summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-03-16 14:21:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-01 10:22:42 +0100
commita1e6fb2fcfc768755c39c2e1f156f0bedb88b592 (patch)
tree9de8028525d1f147b9aff5ed352ce6ed9c132050
parent3719ecfc22f59b5af1e951fea2632a3cd325bfb6 (diff)
downloadast2050-yocto-poky-a1e6fb2fcfc768755c39c2e1f156f0bedb88b592.zip
ast2050-yocto-poky-a1e6fb2fcfc768755c39c2e1f156f0bedb88b592.tar.gz
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>
-rw-r--r--bitbake/lib/toaster/toastergui/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 6413c80..6028d4d 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",
OpenPOWER on IntegriCloud