diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2016-06-02 14:26:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:05 +0100 |
commit | a7d498dfd3929eafb87274f27b487ef2fe1e7e68 (patch) | |
tree | 4a98b533e0269349ce534a93ef85c214510fff26 /bitbake/lib/toaster/toastergui/views.py | |
parent | 46271833bed74559ad006024c94036170cfc5b7d (diff) | |
download | poky-a7d498dfd3929eafb87274f27b487ef2fe1e7e68.tar.gz |
bitbake: toaster: port all build analysis pages to bootstrap 3
Port all the pages in the build analysis area to bootstrap version 3.
(Bitbake rev: f963b73f0bf32db2df39dd79d8d85184c280cda0)
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index d58aff0a1b..9121ea90fd 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -898,7 +898,6 @@ def configvars(request, build_id): | |||
898 | }, | 898 | }, |
899 | {'name': 'Value', | 899 | {'name': 'Value', |
900 | 'qhelp': "The value assigned to the variable", | 900 | 'qhelp': "The value assigned to the variable", |
901 | 'dclass': "span4", | ||
902 | }, | 901 | }, |
903 | {'name': 'Set in file', | 902 | {'name': 'Set in file', |
904 | 'qhelp': "The last configuration file that touched the variable value", | 903 | 'qhelp': "The last configuration file that touched the variable value", |