diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-04 19:39:34 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-04 19:42:25 +0500 |
commit | 94fc6862c6635c680afc600a19f61fb9aaefe0ef (patch) | |
tree | 00693460968119883d62d97e6c3f70f613a1bafd /web/app/view/dialog/Attribute.js | |
parent | 8c4337fb90487ce9986ab67fcb695a53e90f74d9 (diff) | |
download | trackermap-web-94fc6862c6635c680afc600a19f61fb9aaefe0ef.tar.gz trackermap-web-94fc6862c6635c680afc600a19f61fb9aaefe0ef.tar.bz2 trackermap-web-94fc6862c6635c680afc600a19f61fb9aaefe0ef.zip |
Use simple color picker instead of ux
Diffstat (limited to 'web/app/view/dialog/Attribute.js')
-rw-r--r-- | web/app/view/dialog/Attribute.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/dialog/Attribute.js b/web/app/view/dialog/Attribute.js index 7f0de788..6614c87f 100644 --- a/web/app/view/dialog/Attribute.js +++ b/web/app/view/dialog/Attribute.js @@ -19,7 +19,8 @@ Ext.define('Traccar.view.dialog.Attribute', { extend: 'Traccar.view.dialog.Base', requires: [ - 'Traccar.view.dialog.AttributeController' + 'Traccar.view.dialog.AttributeController', + 'Traccar.view.ColorPicker' ], controller: 'attribute', |