From a1e6fb2fcfc768755c39c2e1f156f0bedb88b592 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Sun, 16 Mar 2014 14:21:55 +0000 Subject: bitbake: toaster: Remove trailing spaces from 'name' Remove all trailing spaces from 'name' because they show up in the filter headings, which I find incredibly annoying. (Bitbake rev: 263eae9d2d7acf62240320765c80f60f3553f620) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bitbake/lib/toaster') diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 6413c80ed9..6028d4d775 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py @@ -1111,13 +1111,13 @@ def configvars(request, build_id): 'search_term':search_term, # Specifies the display of columns for the table, appearance in "Edit columns" box, toggling default show/hide, and specifying filters for columns 'tablecols' : [ - {'name': 'Variable ', + {'name': 'Variable', 'qhelp': "BitBake is a generic task executor that considers a list of tasks with dependencies and handles metadata that consists of variables in a certain format that get passed to the tasks", 'dclass' : "span3", 'orderfield': _get_toggle_order(request, "variable_name"), 'ordericon':_get_toggle_order_icon(request, "variable_name"), }, - {'name': 'Value ', + {'name': 'Value', 'qhelp': "The value assigned to the variable", 'dclass': "span4", }, @@ -1137,7 +1137,7 @@ def configvars(request, build_id): ] }, }, - {'name': 'Description ', + {'name': 'Description', 'qhelp': "A brief explanation of the variable", 'clclass': 'description', 'hidden' : 0, 'dclass': "span5", -- cgit v1.2.3-54-g00ecf