diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-12 17:39:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-13 13:51:35 +0500 |
commit | a5d36c62facad98c409b9fcd4f8b92c3d47601ab (patch) | |
tree | 368a2ed169c1457a1cc2dd69a811f2dccc59ce04 /web/app/controller | |
parent | 31a6fed66b4f077d2b6443fdd34229befe8777c3 (diff) | |
download | etbsa-traccar-web-a5d36c62facad98c409b9fcd4f8b92c3d47601ab.tar.gz etbsa-traccar-web-a5d36c62facad98c409b9fcd4f8b92c3d47601ab.tar.bz2 etbsa-traccar-web-a5d36c62facad98c409b9fcd4f8b92c3d47601ab.zip |
Implement Saved Commands
Diffstat (limited to 'web/app/controller')
-rw-r--r-- | web/app/controller/Root.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index acdd401..64227aa 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -111,6 +111,8 @@ Ext.define('Traccar.controller.Root', { Ext.getStore('Geofences').load(); Ext.getStore('Calendars').load(); Ext.getStore('ComputedAttributes').load(); + Ext.getStore('AllCommandTypes').load(); + Ext.getStore('Commands').load(); this.initReportEventTypesStore(); Ext.getStore('ServerAttributes').loadData(Ext.getStore('CommonDeviceAttributes').getData().items, true); |