aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/State.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-05 18:09:39 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-05 18:12:19 +0500
commit4808ca260bbbc2c87f8e079360db316215b76854 (patch)
tree1cc058f5e54b0619a6c2cf4f0d22d7b99e34a869 /web/app/view/State.js
parent6a87e86cee0cdbcc196166f3f1b330903364931b (diff)
downloadetbsa-traccar-web-4808ca260bbbc2c87f8e079360db316215b76854.tar.gz
etbsa-traccar-web-4808ca260bbbc2c87f8e079360db316215b76854.tar.bz2
etbsa-traccar-web-4808ca260bbbc2c87f8e079360db316215b76854.zip
Remove Attribute Aliases support
Diffstat (limited to 'web/app/view/State.js')
-rw-r--r--web/app/view/State.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/web/app/view/State.js b/web/app/view/State.js
index 23113c6..8214971 100644
--- a/web/app/view/State.js
+++ b/web/app/view/State.js
@@ -35,23 +35,9 @@ Ext.define('Traccar.view.State', {
xtype: 'tbtext',
html: Strings.stateTitle,
baseCls: 'x-panel-header-title-default'
- }, {
- xtype: 'tbfill'
- }, {
- xtype: 'button',
- disabled: true,
- handler: 'onAliasEditClick',
- reference: 'aliasEditButton',
- glyph: 'xf02b@FontAwesome',
- tooltip: Strings.sharedEdit,
- tooltipType: 'title'
}]
},
- listeners: {
- selectionchange: 'onSelectionChange'
- },
-
columns: {
defaults: {
minWidth: Traccar.Style.columnWidthNormal,