diff options
| author | Sujith Haridasan <Sujith_Haridasan@mentor.com> | 2015-08-27 14:34:51 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-29 14:03:50 +0100 |
| commit | ce2a82708626b8f542fad769d2988ca16ea6dd2b (patch) | |
| tree | 0a8ca450910b11919c63577906de90264cb2bcc9 | |
| parent | f454fc50a32f453a5afe80907245f95bf24a67f1 (diff) | |
| download | poky-ce2a82708626b8f542fad769d2988ca16ea6dd2b.tar.gz | |
bitbake: toaster: Remove Log column from All builds page
This patch removes Log from All build table.
[YOCTO #8010]
(Bitbake rev: 12459211671772905a3e88310b0421b6014f0c20)
Signed-off-by: Sujith H <sujith.h@gmail.com>
Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 98d21f4046..c8ff693ae6 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
| @@ -2072,14 +2072,6 @@ if True: | |||
| 2072 | ] | 2072 | ] |
| 2073 | } | 2073 | } |
| 2074 | }, | 2074 | }, |
| 2075 | {'name': 'Log', | ||
| 2076 | 'dclass': "span4", | ||
| 2077 | 'qhelp': "Path to the build main log file", | ||
| 2078 | 'clclass': 'log', 'hidden': 1, | ||
| 2079 | 'orderfield': _get_toggle_order(request, "cooker_log_path"), | ||
| 2080 | 'ordericon':_get_toggle_order_icon(request, "cooker_log_path"), | ||
| 2081 | 'orderkey' : 'cooker_log_path', | ||
| 2082 | }, | ||
| 2083 | {'name': 'Time', 'clclass': 'time', 'hidden' : 1, | 2075 | {'name': 'Time', 'clclass': 'time', 'hidden' : 1, |
| 2084 | 'qhelp': "How long it took the build to finish", | 2076 | 'qhelp': "How long it took the build to finish", |
| 2085 | 'orderfield': _get_toggle_order(request, "timespent", True), | 2077 | 'orderfield': _get_toggle_order(request, "timespent", True), |
