File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/frontend/src/modules/MiniGrid Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 124
124
</div >
125
125
</div >
126
126
<div class =" md-layout-item md-size-100 map-area" >
127
- <widget :title =" $tc('phrases.miniGridMap')" id =" miniGrid-map" >
127
+ <Widget :title =" $tc('phrases.miniGridMap')" id =" miniGrid-map" >
128
128
<mini-grid-map
129
129
ref =" miniGridMapRef"
130
130
:mapping-service =" mappingService"
131
131
:edit =" true"
132
132
:miniGridId =" miniGridId"
133
133
@locationEdited =" deviceLocationsEditedSet"
134
134
/>
135
- </widget >
135
+ </Widget >
136
136
</div >
137
137
<!--
138
138
<div class="md-layout-item md-size-100">
@@ -247,6 +247,7 @@ import i18n from "@/i18n"
247
247
import { ICONS , MappingService } from " @/services/MappingService"
248
248
import { DeviceAddressService } from " @/services/DeviceAddressService"
249
249
import moment from " moment"
250
+ import Widget from " ../../shared/widget"
250
251
251
252
export default {
252
253
name: " Dashboard" ,
@@ -257,6 +258,7 @@ export default {
257
258
BoxGroup,
258
259
TicketsOverview,
259
260
RevenuePerCustomerType,
261
+ Widget,
260
262
},
261
263
mixins: [currency, notify],
262
264
data () {
You can’t perform that action at this time.
0 commit comments