diff --git a/webui/html/index.html b/webui/html/index.html index 5bf328e..b3c78e2 100644 --- a/webui/html/index.html +++ b/webui/html/index.html @@ -49,9 +49,6 @@
๐Ÿ“ฆContainers
-
- โš™๏ธSystemd -
๐Ÿ“Files
@@ -74,7 +71,6 @@
- pods - containers - - units (UI)
Deze UI gebruikt jouw API endpoints onder /api (same origin). @@ -82,20 +78,7 @@
- -
-
-
Systemd units (uit UI lijst)
-
- -
-
-
-
Nog geen data.
-
-
- `); @@ -1020,7 +806,7 @@ const fullUi = uiFolderPath ? `${uiFolderPath}/${f}` : f; parts.push(`
- ๐Ÿ“„ ${esc(f)} + ๐Ÿ“„ ${esc(f)}
`); } @@ -1164,10 +950,6 @@ applySidebarState(); const t = document.getElementById('sidebarToggle'); if (t) t.onclick = toggleSidebar; - // preload systemd units UI - const units = await getSystemdUnitsFromServer(); - systemdRenderRows(units); - document.getElementById('countSystemd').textContent = units.length; // Files editor: CodeMirror init (alleen als textarea bestaat) const taFiles = document.getElementById('filesEditor');