feat(firewall): Regel duplizieren + CIDR-Validierung (v1.1.139)

- Duplicate-Button (CopyOutlined): klont Regel mit priority+1, disabled=true, Name "(copy)"
- CIDR-Felder: Pattern-Validator für IPv4/IPv6-CIDR-Notation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-28 20:36:25 +02:00
parent dc2c1b7471
commit d89569017d
7 changed files with 46 additions and 7 deletions

View File

@@ -109,6 +109,9 @@
"cidr": "CIDR",
"actions": { "accept": "ACCEPT", "drop": "DROP", "reject": "REJECT" },
"kinds": { "any": "Beliebig", "object": "Objekt", "group": "Gruppe", "cidr": "CIDR" },
"duplicate": "Regel duplizieren",
"duplicated": "Regel dupliziert (deaktiviert, Priorität +1).",
"cidrInvalid": "Gültiges CIDR eingeben (z.B. 10.0.0.0/24)",
"moveUp": "Nach oben (höhere Priorität)",
"moveDown": "Nach unten (niedrigere Priorität)",
"emptyTitle": "Noch keine eigenen Firewall-Regeln.",