mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
bitbake: toasterui: small changes to empty states
This commit: * Makes some changes to the layout and styles of the landing.html template * Adds the empty state to layers.html * Changes the message of the empty state of machines.html to use the same wording used in all other pages * Adds the project name and the right styles to the empty state of the project.html template * Makes small changes in style and wording to the empty state of targets.html * Updates all "configure a layer source" links to point to the new Toaster manual. (Bitbake rev: d886db3add1351a806ab58ec7519d2321687187b) Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
38c3f2ec5e
commit
3190ab6441
@@ -15,22 +15,22 @@ vim: expandtab tabstop=2
|
||||
<script src="{% static "js/angular-sanitize.min.js" %}"></script>
|
||||
<script src="{% static "js/ui-bootstrap-tpls-0.11.0.js" %}"></script>
|
||||
|
||||
|
||||
{% if lvs_nos == 0 %}
|
||||
<div class="alert alert-info">
|
||||
<p>
|
||||
Toaster has no layer information; without layer information, you cannot run builds.<br/> To generate layer information you can:
|
||||
</p>
|
||||
<ul>
|
||||
<li> <a href="https://wiki.yoctoproject.org/wiki/Setting_up_a_hosted_managed_mode_for_Toaster#LayerSources">Configure a layer source</a>
|
||||
</li>
|
||||
<li> <a href="{% url 'importlayer' %}">Import a layer</a>
|
||||
</ul>
|
||||
|
||||
<div class="page-header">
|
||||
<h1> {{ project.name }} </h1>
|
||||
</div>
|
||||
<div class="alert alert-info lead">
|
||||
<p>Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can:</p>
|
||||
<ul>
|
||||
<li> <a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#layer-source">Configure a layer source</a></li>
|
||||
<li> <a href="{% url 'importlayer' %}">Import a layer</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{%else%}
|
||||
<div id="main" role="main" ng-app="project" ng-controller="prjCtrl" class="top-padded">
|
||||
|
||||
<div id="main" role="main" ng-app="project" ng-controller="prjCtrl" class="top-padded">
|
||||
|
||||
<!-- project name -->
|
||||
<div class="page-header">
|
||||
|
||||
Reference in New Issue
Block a user