mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
258c929973
commit
80c1586bbb
@@ -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 <i class="fa-pulse icon-spinner"></i>
|
||||
</div>
|
||||
|
||||
<div id="change-notification" class="alert lead alert-info" style="display:none">
|
||||
<button type="button" class="close" id="hide-alert">×</button>
|
||||
<span id="change-notification-msg"></span>
|
||||
</div>
|
||||
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container-fluid">
|
||||
|
||||
Reference in New Issue
Block a user