mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - cron jobs
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user