summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/toastertable-filter.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable-filter.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html b/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
new file mode 100644
index 0000000000..7c8dc49b33
--- /dev/null
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
@@ -0,0 +1,18 @@
1<!-- filter modal -->
2<div id="filter-modal-{{table_name}}" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="false">
3 <form id="filter-modal-form-{{table_name}}" style="margin-bottom: 0px">
4 <div class="modal-header">
5 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
6 <h3 id="filter-modal-title-{{table_name}}">&nbsp;</h3>
7 </div>
8 <div class="modal-body">
9 <p>Show:</p>
10 <span id="filter-actions-{{table_name}}"></span>
11 </div>
12 <div class="modal-footer">
13 <button class="btn btn-primary" type="submit">Apply</button>
14 </div>
15 </form>
16</div>
17<button id="clear-filter-btn-{{table_name}}" style="display:none"></button>
18<!-- end filter modal -->