mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-22 14:19:28 +00:00
feat: visualize attached events on the trace widget (#190)
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(appStore.isMobile ? true : false);
|
||||
const isCollapse = ref(true);
|
||||
const controlMenu = () => {
|
||||
isCollapse.value = !isCollapse.value;
|
||||
};
|
||||
|
Reference in New Issue
Block a user