diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-02-28 00:02:29 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-28 00:02:29 +1300 |
commit | 053962fb3c45297f3e5ecfa4e26e61e5c7ab7284 (patch) | |
tree | 15103a426c4b09db5f032572c82e34e227cd4290 /web/app/view/Devices.js | |
parent | a540844ff9195716a188124960ee57bac6680ce0 (diff) | |
parent | 9d3fb390252a9d4cef09bf71c7ebaa7b1a024917 (diff) | |
download | trackermap-web-053962fb3c45297f3e5ecfa4e26e61e5c7ab7284.tar.gz trackermap-web-053962fb3c45297f3e5ecfa4e26e61e5c7ab7284.tar.bz2 trackermap-web-053962fb3c45297f3e5ecfa4e26e61e5c7ab7284.zip |
Merge pull request #416 from Abyss777/server_devicereadonly
Add server "device readonly" flag
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r-- | web/app/view/Devices.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 664c094f..88e8be34 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -47,6 +47,7 @@ Ext.define('Traccar.view.Devices', { xtype: 'tbfill' }, { xtype: 'button', + disabled: true, handler: 'onAddClick', reference: 'toolbarAddButton', glyph: 'xf067@FontAwesome', |