From 80c1586bbb7f661f37754de5ba637c8d6e2185de Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 31 Jul 2015 15:09:12 +0300 Subject: bitbake: toastergui: Add new project page and navigation This brings in the new project page design and improved navigation. As this also removes the dependency on Angular it also required that the entry points to the project page such as machine-change notifications are also updated. [YOCTO #7329] (Bitbake rev: 6489e6eb5c3b0d59063b6d60521fc33fe563e707) Signed-off-by: Michael Wood Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bitbake/lib/toaster/toastergui/templates/base.html') diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 8def2daf8e..4c6676c6e7 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -38,6 +38,8 @@ projectName : {{project.name|json}}, projectTargetsUrl: {% url 'projectavailabletargets' project.id as paturl%}{{paturl|json}}, projectBuildsUrl: {% url 'projectbuilds' project.id as pburl %}{{pburl|json}}, + projectLayersUrl: {% url 'projectlayers' project.id as plurl %}{{plurl|json}}, + projectMachinesUrl: {% url 'projectmachines' project.id as pmurl %}{{pmurl|json}}, projectId : {{project.id}}, {% else %} projectId : undefined, @@ -69,6 +71,11 @@ Loading + +