diff options
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r-- | web/app/view/ServerDialog.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js index 0f965885..0a05876e 100644 --- a/web/app/view/ServerDialog.js +++ b/web/app/view/ServerDialog.js @@ -29,11 +29,15 @@ Ext.define('Traccar.view.ServerDialog', { xtype: 'form', items: [{ xtype: 'checkboxfield', + inputValue: true, + uncheckedValue: false, name: 'registration', fieldLabel: Strings.serverRegistration, allowBlank: false }, { xtype: 'checkboxfield', + inputValue: true, + uncheckedValue: false, name: 'readonly', fieldLabel: Strings.serverReadonly, allowBlank: false @@ -88,11 +92,15 @@ Ext.define('Traccar.view.ServerDialog', { fieldLabel: Strings.serverZoom }, { xtype: 'checkboxfield', + inputValue: true, + uncheckedValue: false, name: 'twelveHourFormat', fieldLabel: Strings.settingsTwelveHourFormat, allowBlank: false }, { xtype: 'checkboxfield', + inputValue: true, + uncheckedValue: false, name: 'forceSettings', fieldLabel: Strings.serverForceSettings, allowBlank: false |