mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-21 21:59:28 +00:00
fix: add ProcessRelation
to entity types (#194)
This commit is contained in:
@@ -107,7 +107,7 @@ if (/Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(navigator.userAgent)) {
|
||||
} else {
|
||||
appStore.setIsMobile(false);
|
||||
}
|
||||
const isCollapse = ref(true);
|
||||
const isCollapse = ref(false);
|
||||
const controlMenu = () => {
|
||||
isCollapse.value = !isCollapse.value;
|
||||
};
|
||||
|
Reference in New Issue
Block a user