diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-16 12:52:01 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-16 12:52:01 +1300 |
commit | cb20652e72d37459f13821b3c7b3f8b8a4a09cf8 (patch) | |
tree | 75d43cd6c6baaa2195d83b30f9ce0cf285c0f379 /web/app/view/ServerDialog.js | |
parent | f61aeccb5d925acfc862700263f91082a0419072 (diff) | |
download | trackermap-server-cb20652e72d37459f13821b3c7b3f8b8a4a09cf8.tar.gz trackermap-server-cb20652e72d37459f13821b3c7b3f8b8a4a09cf8.tar.bz2 trackermap-server-cb20652e72d37459f13821b3c7b3f8b8a4a09cf8.zip |
Add readonly flag to server settings
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r-- | web/app/view/ServerDialog.js | 5 |
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', |