diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-07 15:27:31 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-07 15:27:31 +0500 |
commit | 450f4a3a2423c90985603103b10e61a195d0f74f (patch) | |
tree | 68633dd2494e5eb8d58ebaad9b2403aee7c3ffd3 /web/app/Application.js | |
parent | 0c68417e4a15051240cd724bb5f12fe0fc39c1de (diff) | |
download | trackermap-web-450f4a3a2423c90985603103b10e61a195d0f74f.tar.gz trackermap-web-450f4a3a2423c90985603103b10e61a195d0f74f.tar.bz2 trackermap-web-450f4a3a2423c90985603103b10e61a195d0f74f.zip |
Draft of device images
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index fc6ff5e7..a92d148b 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -69,7 +69,8 @@ Ext.define('Traccar.Application', { 'ReportSummary', 'ReportTypes', 'ReportEventTypes', - 'Statistics' + 'Statistics', + 'DeviceImages' ], controllers: [ |