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>
This commit is contained in:
Michael Wood 2015-11-04 15:50:44 +00:00 committed by Richard Purdie
parent ce7289613b
commit 66b5608ffe
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
<button class="btn search-submit-{{table_name}}">
Search
</button>
<button class="btn btn-link show-all-{{table_name}}">
Show {{title|lower}}
<button class="btn btn-link show-all-{{table_name}} remove-search-btn-{{table_name}}">
Show all
</button>
</form>
</div>