diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-03-15 00:04:31 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 00:04:31 +1300 |
commit | d77cc1c9b2890224119d59b493597e47e3f1792f (patch) | |
tree | ae66a605bfdcc307c2ee3d179665f07ba8346032 /web/app/Application.js | |
parent | 0b5e524dc21b0a29234ba9e7c60393c0ab95dfb2 (diff) | |
parent | 375de0803d0e7b6289047f70863137007f90a2e8 (diff) | |
download | trackermap-web-d77cc1c9b2890224119d59b493597e47e3f1792f.tar.gz trackermap-web-d77cc1c9b2890224119d59b493597e47e3f1792f.tar.bz2 trackermap-web-d77cc1c9b2890224119d59b493597e47e3f1792f.zip |
Merge pull request #438 from Abyss777/timezone
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: [ |