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
+6
View File
@@ -6,6 +6,12 @@
<meta name="color-scheme" content="light">
<title>Proxmox AIS · Provisionierung</title>
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="/static/forms.css">
<script src="/static/form-controls.js" defer></script>
<script src="/static/installation-form.js" defer></script>
<script src="/static/module-forms.js" defer></script>
<script src="/static/profile-forms.js" defer></script>
<script src="/static/host-forms.js" defer></script>
<script src="/static/app.js" defer></script>
</head>
<body>