aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-07-09 09:47:46 +0500
committerAbyss777 <abyss@fox5.ru>2016-07-09 09:47:46 +0500
commit894fc83e1c775e10bd24b42b6b85779fa5fc7cb7 (patch)
treefb5b8098226f8fba6367304ac02174b3375e1a01
parent88b48828e46cdb444c4b77f474e0e8c8f37c23ca (diff)
downloadtrackermap-server-894fc83e1c775e10bd24b42b6b85779fa5fc7cb7.tar.gz
trackermap-server-894fc83e1c775e10bd24b42b6b85779fa5fc7cb7.tar.bz2
trackermap-server-894fc83e1c775e10bd24b42b6b85779fa5fc7cb7.zip
Remove red mark from grid
-rw-r--r--web/app/view/Notifications.js4
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',