From ff9946c9365286e62224552a595c103119711dd7 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 27 Feb 2017 16:35:22 +0500 Subject: Fix width of checkcolumns --- web/app/view/Notifications.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/Notifications.js') diff --git a/web/app/view/Notifications.js b/web/app/view/Notifications.js index 0f6552a..8e02204 100644 --- a/web/app/view/Notifications.js +++ b/web/app/view/Notifications.js @@ -42,6 +42,7 @@ Ext.define('Traccar.view.Notifications', { items: [{ text: Strings.notificationType, dataIndex: 'type', + flex: 2, renderer: function (value) { return Traccar.app.getEventString(value); } -- cgit v1.2.3