From 686a230d48ca666bdc0b0565f8e55cc890b90c5f Mon Sep 17 00:00:00 2001 From: David Reyna Date: Fri, 1 Dec 2017 15:30:17 -0800 Subject: toaster: add 'nobuild' option to Toaster Add a 'nobuild' option for starting Toaster without the project and hosted builds support. This allows a Toaster host to provide local build statistics without opening the host to external users building projects. [YOCTO #12315] Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- lib/toaster/toastergui/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/toaster/toastergui/templates/base.html') diff --git a/lib/toaster/toastergui/templates/base.html b/lib/toaster/toastergui/templates/base.html index edbd110c2..4f7206489 100644 --- a/lib/toaster/toastergui/templates/base.html +++ b/lib/toaster/toastergui/templates/base.html @@ -110,6 +110,7 @@ All builds + {% if project_enable %} + {% endif %} {% endif %} + {% if project_enable %} New project + {% endif %} -- cgit 1.2.3-korg