File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 9191import Vue from ' vue'
9292
9393import SelfHealthTest from ' @/components/health/SelfHealthTest.vue'
94+ import MiniMap from ' @/components/map/MiniMap.vue'
9495import GenericViewer from ' @/components/vehiclesetup/viewers/GenericViewer.vue'
9596import VideoThumbnail from ' @/components/video-manager/VideoThumbnail.vue'
9697import { OneMoreTime } from ' @/one-more-time'
@@ -123,6 +124,7 @@ export default Vue.extend({
123124 components: {
124125 SelfHealthTest ,
125126 GenericViewer ,
127+ MiniMap ,
126128 },
127129 data : () => ({
128130 windowHeight: window .innerHeight ,
@@ -156,6 +158,15 @@ export default Vue.extend({
156158 orientation: this .orientation ,
157159 },
158160 },
161+ {
162+ icon: ' mdi-map-marker' ,
163+ title: ' Vehicle Position' ,
164+ component: MiniMap ,
165+ size: {
166+ w: 0.4 ,
167+ h: 1.2 ,
168+ },
169+ },
159170 {
160171 icon: ' mdi-cpu-64-bit' ,
161172 title: ' System Information' ,
You can’t perform that action at this time.
0 commit comments