From 9d3fb390252a9d4cef09bf71c7ebaa7b1a024917 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 27 Feb 2017 15:55:01 +0500 Subject: - Add server "device readonly" flag - Do not hide buttons in Devices toolbar --- web/app/view/Devices.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/Devices.js') 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', -- cgit v1.2.3