summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_top.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/bitbake/lib/toaster/toastergui/templates/basetable_top.html
index fe534618d1..23fb04dec9 100644
--- a/bitbake/lib/toaster/toastergui/templates/basetable_top.html
+++ b/bitbake/lib/toaster/toastergui/templates/basetable_top.html
@@ -48,8 +48,8 @@
48--> 48-->
49 <ul class="dropdown-menu">{% for i in tablecols|sortcols %} 49 <ul class="dropdown-menu">{% for i in tablecols|sortcols %}
50 <li> 50 <li>
51 <label class="checkbox"> 51 <label {% if not i.clclass %} class="checkbox muted" {%else%} class="checkbox" {%endif%}>
52 <input type="checkbox" class="chbxtoggle" {% if i.clclass %}id="{{i.clclass}}" value="ct{{i.name}}" {% if not i.hidden %}checked="checked"{%endif%} onchange="showhideTableColumn($(this).attr('id'), $(this).is(':checked'))" {%else%} checked disabled{% endif %}/> {{i.name}} 52 <input type="checkbox" class="chbxtoggle" {% if i.clclass %}id="{{i.clclass}}" value="ct{{i.name}}" {% if not i.hidden %}checked="checked"{%endif%} onchange="showhideTableColumn($(this).attr('id'), $(this).is(':checked'))" {%else%} checked disabled {% endif %}/> {{i.name}}
53 </label> 53 </label>
54 </li>{% endfor %} 54 </li>{% endfor %}
55 </ul> 55 </ul>