mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update message box
This commit is contained in:
parent
0af7851174
commit
4cc6998051
@ -195,7 +195,7 @@ async function getContainers() {
|
||||
}
|
||||
if (resp.data.containers.errorReason) {
|
||||
disabled.value = true;
|
||||
ElMessage.error(resp.data.containers.errorReason);
|
||||
ElMessage.warning(resp.data.containers.errorReason);
|
||||
return;
|
||||
}
|
||||
if (demandLogStore.containers.length) {
|
||||
|
Loading…
Reference in New Issue
Block a user