#591 - cron jobs

This commit is contained in:
Saeed Vaziry
2025-05-28 00:19:25 +02:00
parent 6032bd1098
commit 61506ff70e
22 changed files with 938 additions and 87 deletions

View File

@ -65,7 +65,7 @@ export default function RuleForm({ serverId, firewallRule, children }: { serverI
<DialogContent className="sm:max-w-lg">
<DialogHeader>
<DialogTitle>{firewallRule ? 'Edit' : 'Create'} firewall rule</DialogTitle>
<DialogDescription className="sr-only">{firewallRule ? 'Edit' : 'Create'} new firewall rule</DialogDescription>
<DialogDescription className="sr-only">{firewallRule ? 'Edit' : 'Create new'} firewall rule</DialogDescription>
</DialogHeader>
<Form id="firewall-rule-form" onSubmit={submit} className="p-4">
<FormFields>