aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-02-27 15:55:01 +0500
committerAbyss777 <abyss@fox5.ru>2017-02-27 15:55:01 +0500
commit9d3fb390252a9d4cef09bf71c7ebaa7b1a024917 (patch)
tree877971d1cf7a7edf98512f7c7c6f4135f5e0a41c /web/app/view/Devices.js
parent66171b939e4d20ecae0014bb61862e1880e9c6c5 (diff)
downloadetbsa-traccar-web-9d3fb390252a9d4cef09bf71c7ebaa7b1a024917.tar.gz
etbsa-traccar-web-9d3fb390252a9d4cef09bf71c7ebaa7b1a024917.tar.bz2
etbsa-traccar-web-9d3fb390252a9d4cef09bf71c7ebaa7b1a024917.zip
- Add server "device readonly" flag
- Do not hide buttons in Devices toolbar
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r--web/app/view/Devices.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index 664c094..88e8be3 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',