feat (ui): Light/Dark Theme added Complete

This commit is contained in:
kodi
2026-03-04 07:48:58 +01:00
parent ebefd2d80c
commit 6bf30db62c
6 changed files with 224 additions and 19 deletions
+3
View File
@@ -219,6 +219,9 @@ async function fetchContainers() {
const list = Array.isArray(containers) ? containers : (containers?.containers || []);
document.getElementById('countContainers').textContent = list.length;
if (typeof window.updateNavCount === 'function') {
window.updateNavCount('countNavContainers', list.length);
}
const podsList = Array.isArray(pods) ? pods : [];
const podStatus = {};