diff --git a/src/components/Discover/sidebarTraces.vue b/src/components/Discover/sidebarTraces.vue
index a213f13..03bec7b 100644
--- a/src/components/Discover/sidebarTraces.vue
+++ b/src/components/Discover/sidebarTraces.vue
@@ -42,7 +42,7 @@
-
+
@@ -77,20 +77,6 @@ export default {
return this.traces.length;
},
traceList: function() {
- // let list = [];
-
- // this.traces.forEach((trace, index) => {
- // let data = {
- // id: trace.id,
- // value: Number((trace.ratio * 100).toFixed(1)),
- // count: trace.count,
- // ratio: this.getPercentLabel(trace.ratio),
- // };
-
- // list.push(data);
- // });
-
- // return list;
return this.traces.map(trace => {
return {
id: trace.id,
diff --git a/src/components/Header.vue b/src/components/Header.vue
index 387c3f7..99dfffd 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -8,11 +8,11 @@
-
+
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index 1a3fb10..8141000 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -10,12 +10,12 @@
{{ navViewName }}
-
+
-
diff --git a/src/stores/allMapData.js b/src/stores/allMapData.js
index 2d90a9f..2f72a72 100644
--- a/src/stores/allMapData.js
+++ b/src/stores/allMapData.js
@@ -76,11 +76,7 @@ export default defineStore('allMapDataStore', {
*/
async getAllMapData() {
let logId = this.logId;
- let tempFilterId = this.tempFilterId;
- let api = tempFilterId !== null ? `/api/temp-filters/${tempFilterId}/discover` : `/api/logs/${logId}/discover`;
- // console.log(tempFilterId);
- // console.log(logId);
- // const api = `/api/logs/${logId}/discover`;
+ const api = `/api/logs/${logId}/discover`;
try {
const response = await this.$axios.get(api);
diff --git a/src/views/Discover/index.vue b/src/views/Discover/index.vue
index f05c28e..9eabeac 100644
--- a/src/views/Discover/index.vue
+++ b/src/views/Discover/index.vue
@@ -7,11 +7,11 @@
track_changes
- -
+
-
rebase
@@ -19,13 +19,13 @@
-