diff --git a/public/components/DeleteDialog.jsx b/public/components/DeleteDialog.jsx new file mode 100644 index 0000000..b8df23d --- /dev/null +++ b/public/components/DeleteDialog.jsx @@ -0,0 +1,32 @@ +function DeleteDialog({ isOpen, onClose, onConfirm, serverName }) { + return ( +
+ Are you sure you want to delete server {serverName}? This action cannot be undone. +
+