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 <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2014-03-16 14:21:55 +00:00
committed by Richard Purdie
parent 3719ecfc22
commit a1e6fb2fcf

View File

@@ -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",