diff --git a/src/components/Discover/sidebarState.vue b/src/components/Discover/sidebarState.vue
index 56f31da..31fd7a3 100644
--- a/src/components/Discover/sidebarState.vue
+++ b/src/components/Discover/sidebarState.vue
@@ -62,11 +62,11 @@
Case Duration
- - {{ timeLabel(stats.case_duration.min) }}
- - {{ timeLabel(stats.case_duration.average
+
- {{ timeLabel(stats.case_duration.min) }}
+ - {{ timeLabel(stats.case_duration.average
) }}
- - {{ timeLabel(stats.case_duration.median) }}
- - {{ timeLabel(stats.case_duration.max) }}
+ - {{ timeLabel(stats.case_duration.median) }}
+ - {{ timeLabel(stats.case_duration.max) }}
@@ -114,17 +114,17 @@
-
- - No data
- -
+
No data
+
+ -
{{ value }} arrow_forward
-
- - No data
+ No data
+
-
{{ value }} arrow_forward
@@ -132,8 +132,8 @@
-
- - No data
+ No data
+
-
{{ value }} arrow_forward
@@ -141,8 +141,8 @@
-
- - No data
+ No data
+
-
{{ value }} arrow_forward
@@ -150,8 +150,8 @@
-
- - No data
+ - No data
+
-
{{ value }} arrow_forward
diff --git a/src/views/Discover/index.vue b/src/views/Discover/index.vue
index 0e9948d..fb6087e 100644
--- a/src/views/Discover/index.vue
+++ b/src/views/Discover/index.vue
@@ -1,18 +1,18 @@
-
+
- -
+
-
track_changes
- -
+
-
tornado
- -
+
-
rebase
@@ -20,7 +20,7 @@
- -
+
-
highlight
@@ -36,7 +36,7 @@
- -
+
-
info
@@ -48,6 +48,22 @@
+
+
+
Traces
+
+
+
+
+ Trace List (25)
+ infoClick trace number to see more.
+
+
+
+
+
+
+
@@ -103,6 +119,13 @@ export default {
rank: 'LR', // 直向 TB | 橫向 LR
sidebarView: false, // SideBar: Visualization Setting
sidebarState: false, // SideBar: Summary & Insight
+ sidebarTraces: false, // SideBar: Traces
+ }
+ },
+ computed:{
+ sidebarLeftValue: function() {
+ let result = this.sidebarView === true || this.sidebarTraces === true;
+ return result;
}
},
methods: {