diff options
author | Abyss777 <abyss@fox5.ru> | 2016-07-09 09:47:46 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-07-09 09:47:46 +0500 |
commit | 894fc83e1c775e10bd24b42b6b85779fa5fc7cb7 (patch) | |
tree | fb5b8098226f8fba6367304ac02174b3375e1a01 /web/app | |
parent | 88b48828e46cdb444c4b77f474e0e8c8f37c23ca (diff) | |
download | trackermap-server-894fc83e1c775e10bd24b42b6b85779fa5fc7cb7.tar.gz trackermap-server-894fc83e1c775e10bd24b42b6b85779fa5fc7cb7.tar.bz2 trackermap-server-894fc83e1c775e10bd24b42b6b85779fa5fc7cb7.zip |
Remove red mark from grid
Diffstat (limited to 'web/app')
-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 211e5cd15..ae4e459b1 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', |