summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-07-31 15:09:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:26:12 +0100
commit80c1586bbb7f661f37754de5ba637c8d6e2185de (patch)
tree56011e83e1f192a68f4e9014ca266dd6cd76c719 /bitbake/lib/toaster/toastergui/templates/base.html
parent258c929973e233f212938ea69eec8f83f3285854 (diff)
downloadpoky-80c1586bbb7f661f37754de5ba637c8d6e2185de.tar.gz
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 <michael.g.wood@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html7
1 files changed, 7 insertions, 0 deletions
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 @@
38 projectName : {{project.name|json}}, 38 projectName : {{project.name|json}},
39 projectTargetsUrl: {% url 'projectavailabletargets' project.id as paturl%}{{paturl|json}}, 39 projectTargetsUrl: {% url 'projectavailabletargets' project.id as paturl%}{{paturl|json}},
40 projectBuildsUrl: {% url 'projectbuilds' project.id as pburl %}{{pburl|json}}, 40 projectBuildsUrl: {% url 'projectbuilds' project.id as pburl %}{{pburl|json}},
41 projectLayersUrl: {% url 'projectlayers' project.id as plurl %}{{plurl|json}},
42 projectMachinesUrl: {% url 'projectmachines' project.id as pmurl %}{{pmurl|json}},
41 projectId : {{project.id}}, 43 projectId : {{project.id}},
42 {% else %} 44 {% else %}
43 projectId : undefined, 45 projectId : undefined,
@@ -69,6 +71,11 @@
69 Loading <i class="fa-pulse icon-spinner"></i> 71 Loading <i class="fa-pulse icon-spinner"></i>
70 </div> 72 </div>
71 73
74 <div id="change-notification" class="alert lead alert-info" style="display:none">
75 <button type="button" class="close" id="hide-alert">&times;</button>
76 <span id="change-notification-msg"></span>
77 </div>
78
72 <div class="navbar navbar-fixed-top"> 79 <div class="navbar navbar-fixed-top">
73 <div class="navbar-inner"> 80 <div class="navbar-inner">
74 <div class="container-fluid"> 81 <div class="container-fluid">