changeset 340:0e388a8288ae

(bulma) list/item: set XMLUI classes on content
author Goffi <goffi@goffi.org>
date Fri, 01 Oct 2021 17:32:35 +0200
parents c5de5514a251
children 977037f5ac81
files sat_templates/templates/bulma/list/item.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/list/item.html	Fri Oct 01 16:31:15 2021 +0200
+++ b/sat_templates/templates/bulma/list/item.html	Fri Oct 01 17:32:35 2021 +0200
@@ -34,7 +34,7 @@
                 {% endif %}
             {% endif %}
             <div class="media-content">
-                <div class="content">
+                <div class="content {{item|xmlui_class(["status", "priority", "severity"])}}">
                     <h4 class="title is-4">{{item.widget_value['title']}}</h1>
                     {{ item.widget_value['body'] }}