From b45defd88821bb712d5f5d56835600732b05025c Mon Sep 17 00:00:00 2001 From: David Reyna Date: Thu, 16 Jan 2014 17:41:57 -0800 Subject: [PATCH] bitbake: toaster: Implementation of base build details page This page is the standard base page for 'details' views. It is based on 'basebuildpage.html' but does not include the build's quick-link sidebar. (Bitbake rev: 2d7e9a6f8464783e165804974a7d94b544c9a43f) Signed-off-by: David Reyna Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../templates/basebuilddetailpage.html | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html diff --git a/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html new file mode 100755 index 0000000000..2be80a59f1 --- /dev/null +++ b/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html @@ -0,0 +1,28 @@ +{% extends "base.html" %} +{% load humanize %} +{% block pagecontent %} + +
+ +
+ + +
+ + + {% block pagedetailinfomain %}{% endblock %} + + +
+ +{% endblock %}