fix: single container logs and usage with compose

This commit is contained in:
Andras Bacsai 2022-10-12 19:53:21 +00:00
parent 11b317b788
commit 0cdba8c329
2 changed files with 0 additions and 3 deletions

View File

@ -93,8 +93,6 @@
} }
} }
async function selectService(service: any, init: boolean = false) { async function selectService(service: any, init: boolean = false) {
if (services.length === 1 && init) return;
if (loadLogsInterval) clearInterval(loadLogsInterval); if (loadLogsInterval) clearInterval(loadLogsInterval);
if (followingInterval) clearInterval(followingInterval); if (followingInterval) clearInterval(followingInterval);

View File

@ -35,7 +35,6 @@
return tempdockerComposeServices; return tempdockerComposeServices;
} }
async function selectService(service: any, init: boolean = false) { async function selectService(service: any, init: boolean = false) {
if (services.length === 1 && init) return;
if (usageInterval) clearInterval(usageInterval); if (usageInterval) clearInterval(usageInterval);
usageLoading = false; usageLoading = false;
usage = { usage = {