aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/State.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-09-06 09:42:39 +1200
committerGitHub <noreply@github.com>2017-09-06 09:42:39 +1200
commit00e840b3dbc087a0b187f283d14f5169a626da93 (patch)
tree1cc058f5e54b0619a6c2cf4f0d22d7b99e34a869 /web/app/view/State.js
parent6a87e86cee0cdbcc196166f3f1b330903364931b (diff)
parent4808ca260bbbc2c87f8e079360db316215b76854 (diff)
downloadetbsa-traccar-web-00e840b3dbc087a0b187f283d14f5169a626da93.tar.gz
etbsa-traccar-web-00e840b3dbc087a0b187f283d14f5169a626da93.tar.bz2
etbsa-traccar-web-00e840b3dbc087a0b187f283d14f5169a626da93.zip
Merge pull request #572 from Abyss777/remove_aliases
Remove Attribute Aliases
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,