mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake: toaster: toaster tables Enable complex empty states
Make sure we can create empty states for toaster tables that include actions for users to get out of the empty state. Allows a template to be used as an empty state. (Bitbake rev: 9f21a1781345a2d2757616a9ab6f34ec48e9e93d) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
443f7b3915
commit
0bd6095d92
@@ -26,7 +26,7 @@
|
||||
{% include 'toastertable-filter.html' %}
|
||||
|
||||
<div class="row-fluid" id="empty-state-{{table_name}}" style="display:none">
|
||||
<div class="alert alert-info">{{empty_state}}</div>
|
||||
<div class="alert alert-info">{{empty_state|safe}}</div>
|
||||
</div>
|
||||
|
||||
<div id="no-results-{{table_name}}" style="display:none">
|
||||
|
||||
Reference in New Issue
Block a user