summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-08-26 15:39:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-29 13:56:50 +0100
commit25a715a1191bae2ac20e598555f49203f59c88b0 (patch)
tree9de7bc08b839343f30fabc19a62a8ef34c3f046f /bitbake/lib/toaster/toastergui/templates/project.html
parentee250eb7e4be2c2964bbeeada93dfff7b8d5e72f (diff)
downloadpoky-25a715a1191bae2ac20e598555f49203f59c88b0.tar.gz
bitbake: toatergui: update pages to match project models
We update pages and queries to match the new project models. (Bitbake rev: 8f47ec259106da714260c7388cee75a6c1f4622d) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index 0ddfeb31ae..3c59fcf2ac 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -269,7 +269,7 @@ $(document).ready(function () {
269 <ul class="unstyled configuration-list"> 269 <ul class="unstyled configuration-list">
270 {% for pl in project.projectlayer_set.all %} 270 {% for pl in project.projectlayer_set.all %}
271 <li> 271 <li>
272 <a href="#">{{pl.name}} (<span class="layer-version">{{pl.giturl}}</span>)</a> 272 <a href="#">{{pl.layercommit.layer.name}} (<span class="layer-version">{{pl.layercommit.layer.layer_index_url}}</span>)</a>
273 {% if pl.optional %} 273 {% if pl.optional %}
274 <i title="" data-original-title="" class="icon-trash" id="del-layer-icon" x-data="{{pl.pk}}"></i> 274 <i title="" data-original-title="" class="icon-trash" id="del-layer-icon" x-data="{{pl.pk}}"></i>
275 {% endif %} 275 {% endif %}
@@ -358,7 +358,7 @@ $(document).ready(function () {
358 </p> 358 </p>
359 <h3>Yocto Project version</h3> 359 <h3>Yocto Project version</h3>
360 <p class="lead"> 360 <p class="lead">
361 {{project.branch}} - {{project.short_description}} 361 {{project.release}} - {{project.short_description}}
362 <i title="" data-original-title="" class="icon-pencil"></i> 362 <i title="" data-original-title="" class="icon-pencil"></i>
363 </p> 363 </p>
364 </div> 364 </div>