fix: single container logs and usage with compose
This commit is contained in:
parent
11b317b788
commit
0cdba8c329
@ -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);
|
||||||
|
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user