aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSujith Haridasan <Sujith_Haridasan@mentor.com>2015-08-27 14:34:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-29 13:59:21 +0100
commit12459211671772905a3e88310b0421b6014f0c20 (patch)
tree3129b29e4ac98456a467408730605c1b2bcedf65
parent742d15beaf7e2bb8b61ed61b1a26909d16de0eac (diff)
downloadbitbake-12459211671772905a3e88310b0421b6014f0c20.tar.gz
toaster: Remove Log column from All builds page
This patch removes Log from All build table. [YOCTO #8010] 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-xlib/toaster/toastergui/views.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py
index 98d21f404..c8ff693ae 100755
--- a/lib/toaster/toastergui/views.py
+++ b/lib/toaster/toastergui/views.py
@@ -2072,14 +2072,6 @@ if True:
]
}
},
- {'name': 'Log',
- 'dclass': "span4",
- 'qhelp': "Path to the build main log file",
- 'clclass': 'log', 'hidden': 1,
- 'orderfield': _get_toggle_order(request, "cooker_log_path"),
- 'ordericon':_get_toggle_order_icon(request, "cooker_log_path"),
- 'orderkey' : 'cooker_log_path',
- },
{'name': 'Time', 'clclass': 'time', 'hidden' : 1,
'qhelp': "How long it took the build to finish",
'orderfield': _get_toggle_order(request, "timespent", True),