From 7c704fc2901db43541a46811e91dd360f041a07e Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 11 May 2026 15:45:59 +0200 Subject: [PATCH] fixes and improvements --- frontend/src/pages/Settings.tsx | 34 +-------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 137db71..d1a5880 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -19,7 +19,7 @@ import { TextField, Typography, } from "@mui/material"; -import type { MonitoringMachineInput, SSHKey, SSHKeyInput } from "../types"; +import type { MonitoringMachine, MonitoringMachineInput, SSHKey, SSHKeyInput } from "../types"; import { useDeleteMonitoringMachine, useDeleteSSHKey, @@ -839,38 +839,6 @@ function SSHKeyManager({ sshKeys }: { sshKeys: SSHKey[] }) { -