Skip to content

Commit

Permalink
perf: Optimizing the display of SubNet in node
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Sep 26, 2024
1 parent cf925d3 commit 4770fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/node/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import NodeDetails from '@/views/node/nodeDetails.vue'
import NodeActions from '@/views/node/nodeActions.vue'
import { useAppStore } from '@/store'
import { showBackfillipsDialog } from '@/views/node/backfillIpsDialog'
import NodeSubNetDetails from "@/views/node/nodeSubNetDetails.vue";
import NodeSubNetDetails from '@/views/node/nodeSubNetDetails.vue'
const dialog = useDialog()
Expand Down

0 comments on commit 4770fce

Please sign in to comment.