diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/toastertable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index d85d01f157..aa148955e4 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html | |||
@@ -26,7 +26,7 @@ | |||
26 | {% include 'toastertable-filter.html' %} | 26 | {% include 'toastertable-filter.html' %} |
27 | 27 | ||
28 | <div class="row-fluid" id="empty-state-{{table_name}}" style="display:none"> | 28 | <div class="row-fluid" id="empty-state-{{table_name}}" style="display:none"> |
29 | <div class="alert alert-info">{{empty_state}}</div> | 29 | <div class="alert alert-info">{{empty_state|safe}}</div> |
30 | </div> | 30 | </div> |
31 | 31 | ||
32 | <div id="no-results-{{table_name}}" style="display:none"> | 32 | <div id="no-results-{{table_name}}" style="display:none"> |