aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-26 12:47:53 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-26 12:47:53 +0500
commit6a1a261466fae6a6718cd3c0cb43b6061ec86fba (patch)
tree0e20861bcfe3b6df85e118671c4adb5f276e22ff /web/app/controller
parent5ed0dc673f073078542aee35c21ac6e041545423 (diff)
downloadetbsa-traccar-web-6a1a261466fae6a6718cd3c0cb43b6061ec86fba.tar.gz
etbsa-traccar-web-6a1a261466fae6a6718cd3c0cb43b6061ec86fba.tar.bz2
etbsa-traccar-web-6a1a261466fae6a6718cd3c0cb43b6061ec86fba.zip
- Renamed stores
- Removed 'alias' field from attribute model - Some optimizations - Fixed alarm colorizing
Diffstat (limited to 'web/app/controller')
-rw-r--r--web/app/controller/Root.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 5e3c39d..0784aea 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -78,13 +78,13 @@ Ext.define('Traccar.controller.Root', {
var attribution;
Ext.getStore('Groups').load();
Ext.getStore('Geofences').load();
+ Ext.getStore('AllAttributeAliases').load();
Ext.getStore('Devices').load({
scope: this,
callback: function () {
this.asyncUpdate(true);
}
});
- Ext.getStore('AllAttributesAliases').load();
attribution = Ext.get('attribution');
if (attribution) {
attribution.remove();