summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable-filter.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html b/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
index 7c8dc49b33..4d28793bf6 100644
--- a/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html
@@ -10,7 +10,9 @@
10 <span id="filter-actions-{{table_name}}"></span> 10 <span id="filter-actions-{{table_name}}"></span>
11 </div> 11 </div>
12 <div class="modal-footer"> 12 <div class="modal-footer">
13 <button class="btn btn-primary" type="submit">Apply</button> 13 <button class="btn btn-primary" type="submit" data-role="filter-apply">
14 Apply
15 </button>
14 </div> 16 </div>
15 </form> 17 </form>
16</div> 18</div>