diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-04-07 17:05:08 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-04-07 17:05:08 +1200 |
commit | ff266d342ae3c6922005f043470ef659447882b5 (patch) | |
tree | 589e5a45d9e9e91f6a49dde924b4f1f595db6513 /web/app/Application.js | |
parent | 03844562307a8ed156d60a9d06c239c4d3092ea2 (diff) | |
download | trackermap-server-ff266d342ae3c6922005f043470ef659447882b5.tar.gz trackermap-server-ff266d342ae3c6922005f043470ef659447882b5.tar.bz2 trackermap-server-ff266d342ae3c6922005f043470ef659447882b5.zip |
Create separate class for tree store
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 69ce8f891..3e3da0569 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -36,6 +36,7 @@ Ext.define('Traccar.Application', { stores: [ 'Groups', 'Devices', + 'DevicesTree', 'AllGroups', 'AllDevices', 'Positions', |