feat(ui): replace configuration editors with graphical forms
CI / javascript-check (push) Successful in 14s
CI / container-policy (push) Successful in 4s
CI / python-tests (push) Successful in 1m48s
CI / container-verify (push) Skipped
CI / container-publish (push) Successful in 49s

This commit is contained in:
BartelLuis
2026-09-14 21:52:39 +02:00
parent 9a6dea34c4
commit 7b979e6243
22 changed files with 1603 additions and 81 deletions
+10 -1
View File
@@ -3,7 +3,7 @@
"info": {
"title": "Proxmox AIS",
"description": "Kontrollierte Proxmox-Installation und wiederaufnehmbare Nachkonfiguration.",
"version": "0.9.2"
"version": "0.9.3"
},
"paths": {
"/health/live": {
@@ -2371,6 +2371,15 @@
"minLength": 1,
"title": "Name"
},
"kind": {
"type": "string",
"enum": [
"value",
"root_password"
],
"title": "Kind",
"default": "value"
},
"value": {
"type": "string",
"maxLength": 16384,