File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -715,6 +715,7 @@ import PlotterImg from '@/assets/widgets/Plotter.png'
715715import URLVideoPlayerImg from ' @/assets/widgets/URLVideoPlayer.png'
716716import VideoPlayerImg from ' @/assets/widgets/VideoPlayer.png'
717717import VirtualHorizonImg from ' @/assets/widgets/VirtualHorizon.png'
718+ import WebRTCStatsImg from ' @/assets/widgets/WebRTCStats.png'
718719import { useInteractionDialog } from ' @/composables/interactionDialog'
719720import { openSnackbar } from ' @/composables/snackbar'
720721import { getWidgetsFromBlueOS } from ' @/libs/blueos'
@@ -925,6 +926,7 @@ const widgetImages = {
925926 URLVideoPlayer: URLVideoPlayerImg ,
926927 VideoPlayer: VideoPlayerImg ,
927928 VirtualHorizon: VirtualHorizonImg ,
929+ WebRTCStats: WebRTCStatsImg ,
928930}
929931
930932const selectView = (view : View ): void => {
You can’t perform that action at this time.
0 commit comments