From e84866b7aa5a1b272c81fde548f3c7828b036bb9 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Fri, 7 Mar 2014 21:48:59 -0800 Subject: [PATCH] toaster: fix 'show all' labels for tasks and variables Fix the 'Show all' button label to indicate 'variables' and 'tasks' instead of the internal page label for the variables page and the Disk I/O, CPU Usage, and Time pages. [YOCTO #5915] Signed-off-by: David Reyna --- lib/toaster/toastergui/templates/basetable_top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toaster/toastergui/templates/basetable_top.html b/lib/toaster/toastergui/templates/basetable_top.html index 0cd948cc2a6..e2549f7d493 100644 --- a/lib/toaster/toastergui/templates/basetable_top.html +++ b/lib/toaster/toastergui/templates/basetable_top.html @@ -79,7 +79,7 @@ {%if tc.orderfield%}{{tc.name}}{%else%}{{tc.name}}{%endif%} {%if tc.ordericon%} {%endif%} {%if tc.filter%}
- +
{%endif%} {% endfor %} -- 2.47.3