diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 16:59:22 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-09 16:59:22 +1200 |
commit | a4fb348dbfe2a71e067bd36e24b33ea2130e8c1b (patch) | |
tree | 89b9964abdfbbf4abf3db25c84f81b77bc7c825f | |
parent | b08251ad4035354a800626eeeccadecfe7f7a215 (diff) | |
parent | 894fc83e1c775e10bd24b42b6b85779fa5fc7cb7 (diff) | |
download | trackermap-server-a4fb348dbfe2a71e067bd36e24b33ea2130e8c1b.tar.gz trackermap-server-a4fb348dbfe2a71e067bd36e24b33ea2130e8c1b.tar.bz2 trackermap-server-a4fb348dbfe2a71e067bd36e24b33ea2130e8c1b.zip |
Merge pull request #2093 from Abyss777/master
Remove red mark from grid
-rw-r--r-- | web/app/view/Notifications.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/Notifications.js b/web/app/view/Notifications.js index 92a850671..9d9e68471 100644 --- a/web/app/view/Notifications.js +++ b/web/app/view/Notifications.js @@ -29,6 +29,10 @@ Ext.define('Traccar.view.Notifications', { selType: 'cellmodel' }, + viewConfig:{ + markDirty:false + }, + columns: [{ text: Strings.notificationType, dataIndex: 'type', |