diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-13 17:35:52 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-14 14:42:51 +0500 |
commit | 375de0803d0e7b6289047f70863137007f90a2e8 (patch) | |
tree | ae66a605bfdcc307c2ee3d179665f07ba8346032 /web/app/Application.js | |
parent | 0b5e524dc21b0a29234ba9e7c60393c0ab95dfb2 (diff) | |
download | trackermap-web-375de0803d0e7b6289047f70863137007f90a2e8.tar.gz trackermap-web-375de0803d0e7b6289047f70863137007f90a2e8.tar.bz2 trackermap-web-375de0803d0e7b6289047f70863137007f90a2e8.zip |
Implement Timezone field
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 82caf1e0..f2baa0c5 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -74,7 +74,8 @@ Ext.define('Traccar.Application', { 'Statistics', 'DeviceImages', 'Calendars', - 'AllCalendars' + 'AllCalendars', + 'AllTimezones' ], controllers: [ |