Skip to content

Commit

Permalink
Remove placeholder side bar tabs (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Jul 22, 2024
1 parent 63d874b commit 454e1e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/sidebar/SideToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ import QueueSideBarItem from "./items/QueueSideBarItem.vue";
import { markRaw, onMounted, onUnmounted, ref, watch } from "vue";
const items = ref([
{ icon: "pi pi-map", component: markRaw(NodeDetailSideBarItem) },
// { icon: "pi pi-map", component: markRaw(NodeDetailSideBarItem) },
{ icon: "pi pi-history", component: markRaw(QueueSideBarItem) },
{ icon: "pi pi-search" },
]);
const selectedItem = ref(null);
const onItemClick = (item) => {
Expand Down

0 comments on commit 454e1e4

Please sign in to comment.