aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-12-16 12:52:01 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-12-16 12:52:01 +1300
commitcb20652e72d37459f13821b3c7b3f8b8a4a09cf8 (patch)
tree75d43cd6c6baaa2195d83b30f9ce0cf285c0f379 /web/app/view
parentf61aeccb5d925acfc862700263f91082a0419072 (diff)
downloadtraccar-server-cb20652e72d37459f13821b3c7b3f8b8a4a09cf8.tar.gz
traccar-server-cb20652e72d37459f13821b3c7b3f8b8a4a09cf8.tar.bz2
traccar-server-cb20652e72d37459f13821b3c7b3f8b8a4a09cf8.zip
Add readonly flag to server settings
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/ServerDialog.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js
index da197ffe4..9fbbed920 100644
--- a/web/app/view/ServerDialog.js
+++ b/web/app/view/ServerDialog.js
@@ -31,6 +31,11 @@ Ext.define('Traccar.view.ServerDialog', {
name: 'registration',
fieldLabel: Strings.serverRegistration,
allowBlank: false
+ },{
+ xtype: 'checkboxfield',
+ name: 'readonly',
+ fieldLabel: Strings.serverReadonly,
+ allowBlank: false
}, {
xtype: 'combobox',
name: 'map',