Commit graph

46 commits

Author SHA1 Message Date
8e31d7ee99 fix wireguard editing 2024-02-10 19:57:12 +01:00
b213b81253 fix vlan creation definition 2024-01-14 23:10:06 +01:00
adro
1fb4fc89f2 Minor Type error fix
- Added additional readme information
2023-11-07 14:21:01 +01:00
3f4a9f0eeb Fix Searchproviders to work with Vectors 2023-11-06 22:38:59 +01:00
e34efd916c Remove old Validation 2023-11-04 15:16:10 +01:00
07439b094d Add Wireguard definitions 2023-11-04 15:15:32 +01:00
963edbbbc1 Add User definition 2023-11-04 15:00:49 +01:00
d264624e35 Add DHCP, DNS and NTP definitions 2023-11-04 14:57:37 +01:00
17851a92e6 Use MultilineTextBox for Comments 2023-11-04 14:57:09 +01:00
285c3a3436 Add static route comment field 2023-11-04 14:40:41 +01:00
75322d4ece Add NAT Headings 2023-11-04 14:40:11 +01:00
adro
a64a0b2938 Added Structural Documentation
- Also renamed some directories for consistency
- Moved all components into corresponding subdirectories
- Minor Text Changes
2023-11-03 19:35:45 +01:00
143281d7c3 Add firewall definitions 2023-11-03 17:58:02 +01:00
adro
bc83309d6d Enhance EnumInput and Forms
- Soft-Nesting Layout to show structure without too much x-overhead
- Forms now use subgrid where possible
- Generalized form style to cover more cases and remove redundancy
- Minor definitions fix
- Made NicerForm a global component
- Updated Test Page to use global components
2023-11-02 23:53:54 +01:00
7d4049c90a wip convert definitions for NicerForm 2023-11-02 21:48:42 +01:00
4c564164e8 patch client definitions until definitions rework 2023-10-30 22:15:44 +01:00
8c82d26fcf adjust client definitions 2023-10-29 22:05:41 +01:00
c0b5aefa4a adjust apicalls for rust backend 2023-10-28 19:15:40 +02:00
bd26cf893d Add User Management Frontend 2023-05-14 03:24:02 +02:00
64a449e9b4 Fix Edit form for Number Type ID's 2023-05-13 22:51:07 +02:00
3a7e9f9af0 Add Source and Destination NAT editTypes 2023-05-13 22:14:09 +02:00
e1f2136e7c Add Forward rule editType Matcher 2023-05-13 22:13:44 +02:00
ab7656c8ca Add Service Edit Type 2023-05-13 22:11:00 +02:00
219daf39b9 Add Services Search Provider 2023-05-13 22:10:31 +02:00
e2aad5ec97 Add Wireguard UI 2023-05-06 21:15:03 +02:00
29e9a0b9b8 Add DNs Server Frontend 2023-04-24 21:58:06 +02:00
76b74be877 Add NTP Server Frontend 2023-04-24 20:02:16 +02:00
214117f245 Use SingleSelect for Static Route Interface 2023-04-19 11:06:56 +02:00
83b800ea05 Create Address Form definitions 2023-04-13 22:49:02 +02:00
9e2cf9bd5b Add DHCP v4 Server Definitions 2023-04-13 19:31:16 +02:00
ba9a0ff1a6 Vlan Parent Use Correct Search Provider 2023-04-13 19:30:55 +02:00
894f77dadc Add GetInterfaces and GetAddresses Search Providers 2023-04-13 19:30:15 +02:00
319994001f Use Multiselect for Interfaces 2023-04-12 22:30:06 +02:00
adroslice
b24bfe626e Small Refactor Pass
- Various transitions away from defineModel
- Fixed ChecBox
- Reworked PillBar
  - Made it a bit smaller
  - Now accepts either an object or array with keys
- Moved Index type to util and added MaybeIndex
2023-04-11 20:40:00 +02:00
ff28b30d93 Add Static Route Frontend 2023-04-08 18:10:58 +02:00
6370c45483 dont rename hardware interfaces 2023-04-08 14:01:33 +02:00
15de5fb5bb Use HardwareAddress (MAC) for Identifing Hardware Interfaces 2023-04-08 12:54:42 +02:00
2bae5a01c9 Add Vlan Parent 2023-04-08 00:31:09 +02:00
d30fea86dd Add test validationSchemas 2023-04-04 22:38:22 +02:00
620ccfbd91 fix Enabled for updated PillBar definitions 2023-04-04 00:23:39 +02:00
09c1453669 Add missing keys 2023-04-04 00:12:16 +02:00
5a7bd8c91e update definitions for updated PillBox 2023-04-04 00:01:25 +02:00
d7f2eb64f9 Add Form Submit Functionality 2023-04-03 23:44:23 +02:00
4c78d1da66
Nice form (#11)
* wip

* vee-validate experiments

* get test enabled form working

* Make PillBar Properly work with ModelValue

* Register NumberBox Globally

* Rework NiceForm

* Use new form props

* Rework Definitions for new Form
2023-04-03 22:59:20 +02:00
2c02451da7 Add All Interface fields 2023-04-02 19:21:54 +02:00
ffe2bf1880 Move types to definitions.ts, minor improvements 2023-04-02 18:57:30 +02:00