From 894fc83e1c775e10bd24b42b6b85779fa5fc7cb7 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Sat, 9 Jul 2016 09:47:46 +0500 Subject: Remove red mark from grid --- web/app/view/Notifications.js | 4 ++++ 1 file changed, 4 insertions(+) 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', -- cgit v1.2.3