File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -723,6 +723,7 @@ import PlotterImg from '@/assets/widgets/Plotter.png'
723723import URLVideoPlayerImg from ' @/assets/widgets/URLVideoPlayer.png'
724724import VideoPlayerImg from ' @/assets/widgets/VideoPlayer.png'
725725import VirtualHorizonImg from ' @/assets/widgets/VirtualHorizon.png'
726+ import WebRTCStatsImg from ' @/assets/widgets/WebRTCStats.png'
726727import { useInteractionDialog } from ' @/composables/interactionDialog'
727728import { openSnackbar } from ' @/composables/snackbar'
728729import { getWidgetsFromBlueOS } from ' @/libs/blueos'
@@ -933,6 +934,7 @@ const widgetImages = {
933934 URLVideoPlayer: URLVideoPlayerImg ,
934935 VideoPlayer: VideoPlayerImg ,
935936 VirtualHorizon: VirtualHorizonImg ,
937+ WebRTCStats: WebRTCStatsImg ,
936938}
937939
938940const selectView = (view : View ): void => {
You can’t perform that action at this time.
0 commit comments