aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index 6338506..b1d638d 100644
--- a/web/app/Application.js
+++ b/web/app/Application.js
@@ -42,7 +42,8 @@ Ext.define('Traccar.Application', {
'KnownAttribute',
'Driver',
'KnownCommand',
- 'KnownNotification'
+ 'KnownNotification',
+ 'Maintenance'
],
stores: [
@@ -103,7 +104,10 @@ Ext.define('Traccar.Application', {
'Commands',
'AllCommands',
'DeviceCommands',
- 'AllNotificationTypes'
+ 'AllNotificationTypes',
+ 'Maintenances',
+ 'AllMaintenances',
+ 'MaintenanceTypes'
],
controllers: [