diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-18 09:01:50 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-18 09:01:50 +0500 |
commit | 6c8e4716489bc5d05a0c7794ee1cee342de417e3 (patch) | |
tree | 07e5f41ac1629633df55819bb2c93b3fda384b0b /web/app/store/UserAttributes.js | |
parent | 22b764a71a450e4f4e8ad1a0439cf708e6bcd952 (diff) | |
download | trackermap-web-6c8e4716489bc5d05a0c7794ee1cee342de417e3.tar.gz trackermap-web-6c8e4716489bc5d05a0c7794ee1cee342de417e3.tar.bz2 trackermap-web-6c8e4716489bc5d05a0c7794ee1cee342de417e3.zip |
Remove shared prefix
Diffstat (limited to 'web/app/store/UserAttributes.js')
-rw-r--r-- | web/app/store/UserAttributes.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/web/app/store/UserAttributes.js b/web/app/store/UserAttributes.js index f286d1b9..8649eb8b 100644 --- a/web/app/store/UserAttributes.js +++ b/web/app/store/UserAttributes.js @@ -22,54 +22,54 @@ Ext.define('Traccar.store.UserAttributes', { data: [{ key: 'mail.smtp.host', - name: Strings.sharedAttributeMailSmtpHost, + name: Strings.attributeMailSmtpHost, type: 'string' }, { key: 'mail.smtp.port', - name: Strings.sharedAttributeMailSmtpPort, + name: Strings.attributeMailSmtpPort, type: 'number', allowDecimals: false, minValue: 1, maxValue: 65535 }, { key: 'mail.smtp.starttls.enable', - name: Strings.sharedAttributeMailSmtpStarttlsEnable, + name: Strings.attributeMailSmtpStarttlsEnable, type: 'boolean' }, { key: 'mail.smtp.starttls.required', - name: Strings.sharedAttributeMailSmtpStarttlsRequired, + name: Strings.attributeMailSmtpStarttlsRequired, type: 'boolean' }, { key: 'mail.smtp.ssl.enable', - name: Strings.sharedAttributeMailSmtpSslEnable, + name: Strings.attributeMailSmtpSslEnable, type: 'boolean' }, { key: 'mail.smtp.ssl.trust', - name: Strings.sharedAttributeMailSmtpSslTrust, + name: Strings.attributeMailSmtpSslTrust, type: 'string' }, { key: 'mail.smtp.ssl.protocols', - name: Strings.sharedAttributeMailSmtpSslProtocols, + name: Strings.attributeMailSmtpSslProtocols, type: 'string' }, { key: 'mail.smtp.from', - name: Strings.sharedAttributeMailSmtpFrom, + name: Strings.attributeMailSmtpFrom, type: 'string' }, { key: 'mail.smtp.auth', - name: Strings.sharedAttributeMailSmtpAuth, + name: Strings.attributeMailSmtpAuth, type: 'boolean' }, { key: 'mail.smtp.username', - name: Strings.sharedAttributeMailSmtpUsername, + name: Strings.attributeMailSmtpUsername, type: 'string' }, { key: 'mail.smtp.password', - name: Strings.sharedAttributeMailSmtpPassword, + name: Strings.attributeMailSmtpPassword, type: 'string' }, { key: 'web.liveRouteLength', - name: Strings.sharedAttributeWebLiveRouteLength, + name: Strings.attributeWebLiveRouteLength, type: 'number', allowDecimals: false }] |