summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-11-04 15:50:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-10 13:29:18 +0000
commit66b5608ffec0934efdb7c32aed22ced23cc5f40e (patch)
treec87008df920fdbe2fc6ddc918f85bef7e262c451 /bitbake/lib/toaster/toastergui/templates
parentce7289613bc24e0f3b17dd79ab4e8aa52edc70ce (diff)
downloadpoky-66b5608ffec0934efdb7c32aed22ced23cc5f40e.tar.gz
bitbake: toaster: toastertable remove title from Show all in table
Title is often very long so this is not a great property to use here. (Bitbake rev: 541ff2b5e9c6ebec0d0ced59b3f61cbd37bd37c2) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html
index 9099b301cb..4cd1b4263a 100644
--- a/bitbake/lib/toaster/toastergui/templates/toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html
@@ -35,8 +35,8 @@
35 <button class="btn search-submit-{{table_name}}"> 35 <button class="btn search-submit-{{table_name}}">
36 Search 36 Search
37 </button> 37 </button>
38 <button class="btn btn-link show-all-{{table_name}}"> 38 <button class="btn btn-link show-all-{{table_name}} remove-search-btn-{{table_name}}">
39 Show {{title|lower}} 39 Show all
40 </button> 40 </button>
41 </form> 41 </form>
42 </div> 42 </div>