feat (ui): Light/Dark Theme added Complete
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user