feat(ui): replace configuration editors with graphical forms
This commit is contained in:
+10
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user