aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Notifications.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-02-27 16:35:22 +0500
committerAbyss777 <abyss@fox5.ru>2017-02-27 16:46:55 +0500
commitff9946c9365286e62224552a595c103119711dd7 (patch)
tree05ff1bb02d7afb4bfe8d1ddc1e2a5fd4bbfc1f2b /web/app/view/Notifications.js
parent053962fb3c45297f3e5ecfa4e26e61e5c7ab7284 (diff)
downloadetbsa-traccar-web-ff9946c9365286e62224552a595c103119711dd7.tar.gz
etbsa-traccar-web-ff9946c9365286e62224552a595c103119711dd7.tar.bz2
etbsa-traccar-web-ff9946c9365286e62224552a595c103119711dd7.zip
Fix width of checkcolumns
Diffstat (limited to 'web/app/view/Notifications.js')
-rw-r--r--web/app/view/Notifications.js1
1 files changed, 1 insertions, 0 deletions
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);
}