Skip to content

Commit

Permalink
add 5g image
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyangXYZ committed Feb 1, 2024
1 parent c0490c2 commit f5b8a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added src/assets/five_g_gnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/NodeStats.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<script setup lang="ts">
import sensortag from '@/assets/sensortag.png'
import tsn_switch from '@/assets/tsn_switch.png'
import five_g_gnb from '@/assets/five_g_gnb.png'
import { Network, SelectedNode } from '@/hooks/useStates'
import { NODE_TYPE, NODE_TYPE_DISPLAY_NAME } from '@/core/typedefs'
import { Picture } from '@element-plus/icons-vue'
const images: { [type: number]: string } = {
[NODE_TYPE.TSCH]: sensortag,
[NODE_TYPE.TSN]: tsn_switch
[NODE_TYPE.TSN]: tsn_switch,
[NODE_TYPE.FIVE_G_GNB]: five_g_gnb
}
</script>

Expand Down

0 comments on commit f5b8a43

Please sign in to comment.