From b9b0e560aa08e8d9c0e56d3afe567cb52e6cfbce Mon Sep 17 00:00:00 2001 From: To-om Date: Fri, 23 Jun 2017 11:32:11 +0200 Subject: [PATCH] #237 show file information in alert preview using new format --- ui/app/views/partials/alert/event.dialog.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ui/app/views/partials/alert/event.dialog.html b/ui/app/views/partials/alert/event.dialog.html index 8df26bde79..ec9c90559e 100644 --- a/ui/app/views/partials/alert/event.dialog.html +++ b/ui/app/views/partials/alert/event.dialog.html @@ -76,8 +76,11 @@

{{attribute.data | fang | ellipsis:250}} - - {{(attribute.data.filename || attribute.data.split(';')[0]) | fang | ellipsis:250}} + + {{attribute.attachment.name}} ({{attribute.attachment.size}} bytes) + + + {{attribute.remoteAttachment.filename}} @@ -133,7 +136,7 @@

- - +