Commit graph

454 commits

Author SHA1 Message Date
c961387776 Add DNS Server Config 2023-04-24 19:14:52 +02:00
45b5406960 Add Rocky Linux Install Script Draft 2023-04-24 18:50:30 +02:00
4bd5fba0de update dhcp implementation for use with rocky 2023-04-24 18:10:06 +02:00
a9a0bebc2f add common.Duration 2023-04-24 18:09:22 +02:00
cc7f8b85b5 wip: implement dhcp v4 server 2023-04-23 19:52:30 +02:00
e71625ae8f make dhcp server reservations map and required 2023-04-23 19:41:42 +02:00
22b6faad79 fix import 2023-04-23 19:41:11 +02:00
fe7c06c550 util additions 2023-04-23 19:40:58 +02:00
42c068833c fix vlan generation bug 2023-04-23 19:40:31 +02:00
627a1105ee use newer netip types 2023-04-23 19:40:11 +02:00
d4fc2116b5 add go-systemd dep 2023-04-23 19:39:20 +02:00
fee57b0382 add missing semicolons 2023-04-23 19:38:54 +02:00
214117f245 Use SingleSelect for Static Route Interface 2023-04-19 11:06:56 +02:00
eec845ee76 fix edit addresses id 2023-04-13 22:50:18 +02:00
83b800ea05 Create Address Form definitions 2023-04-13 22:49:02 +02:00
635b1c44a3 Add Get Addresses 2023-04-13 22:47:37 +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
7c29758226 Add DHCP v4 Page 2023-04-13 19:29:18 +02:00
882772eb71 Add DHCP v4 Route 2023-04-13 19:28:59 +02:00
0573f2a253 Rename Index to ID 2023-04-13 19:28:43 +02:00
fb49d32ca9 Add DHCP Json tags 2023-04-13 18:39:24 +02:00
23dcf81690 Add DHCP API 2023-04-13 18:23:12 +02:00
1cf1fe7a2e Add Server to dhcp definitions 2023-04-13 18:21:03 +02:00
43495f5507 Add DHCP Server Definitions 2023-04-13 17:56:14 +02:00
72bf96295d Seperate Definitions by Sub System 2023-04-13 17:03:11 +02:00
14c8da64cc make watcher immediate 2023-04-12 22:38:27 +02:00
4189f21c9e Fix Global Import 2023-04-12 22:33:00 +02:00
319994001f Use Multiselect for Interfaces 2023-04-12 22:30:06 +02:00
cdef4ee522 Register Singe and MuliSelect Globally 2023-04-12 22:28:38 +02:00
89abf82d1b Only Set Initial Values if not Undefined 2023-04-12 22:27:59 +02:00
adroslice
35fc517b13 DropdownInput improvements
- Can now use a Search Provider
  - Will automatically when searching
  - Will automatically run when unknown keys are supplied from outisde
    - Rejects then still unknown keys
- Can now have its placeholder text customized
- Usability improvements, in particular relating to mouse navigation
- Some bug fixes
- Also added useToast to auto imports
- Also added new unindexed test page
2023-04-12 21:26:49 +02:00
5f09adb10c Get Update/Edit Form Working 2023-04-12 20:37:46 +02:00
1b4e219fda Rework NiceForm to get initial Values working 2023-04-12 20:36:33 +02:00
6444636abd Remove Unused code 2023-04-12 20:35:16 +02:00
ec0067d27f Fix Edit Interface Button 2023-04-12 20:27:14 +02:00
150e1003ee Remove Pillbar Auto assigning default Value 2023-04-12 20:26:31 +02:00
34c4b9b87e Add Get Interface API 2023-04-12 20:24:27 +02:00
adroslice
69066f0ad2 Fixed Typescript Error in MultiSelect.vue
- Wrong import from old location
2023-04-11 20:41:26 +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
53fca4f340
Feat custom multiselect (#12)
* WIP Multiselect

* Reworked Multiselect into multiple Components
- Also finished feature implementation

---------

Co-authored-by: adroslice <adriel.m.slice@gmail.com>
2023-04-11 19:43:09 +02:00
821fd28863 Use Full Property Name 2023-04-08 23:16:02 +02:00
ac7701af79 fix conversion panic 2023-04-08 23:08:46 +02:00
f01ea3fdb7 Add dbus Test 2023-04-08 23:06:09 +02:00
a737ac4d9d Add Static Route API 2023-04-08 18:11:56 +02:00
4770ac7384 fix static route template 2023-04-08 18:11:19 +02:00
ff28b30d93 Add Static Route Frontend 2023-04-08 18:10:58 +02:00
3197f291fa Add Static Route Backend 2023-04-08 17:07:26 +02:00
dec123e9ee move vlan-assignments into config-addressing 2023-04-08 15:01:28 +02:00