diff options
Diffstat (limited to 'web/app/view/Notifications.js')
-rw-r--r-- | web/app/view/Notifications.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/Notifications.js b/web/app/view/Notifications.js index 0f6552a7..8e022040 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); } |