summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index ae9ee9b44d..40048c2f2c 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -15,22 +15,22 @@ vim: expandtab tabstop=2
15<script src="{% static "js/angular-sanitize.min.js" %}"></script> 15<script src="{% static "js/angular-sanitize.min.js" %}"></script>
16<script src="{% static "js/ui-bootstrap-tpls-0.11.0.js" %}"></script> 16<script src="{% static "js/ui-bootstrap-tpls-0.11.0.js" %}"></script>
17 17
18
19{% if lvs_nos == 0 %} 18{% if lvs_nos == 0 %}
20<div class="alert alert-info"> 19
21 <p> 20 <div class="page-header">
22 Toaster has no layer information; without layer information, you cannot run builds.<br/> To generate layer information you can: 21 <h1> {{ project.name }} </h1>
23 </p> 22 </div>
24 <ul> 23 <div class="alert alert-info lead">
25 <li> <a href="https://wiki.yoctoproject.org/wiki/Setting_up_a_hosted_managed_mode_for_Toaster#LayerSources">Configure a layer source</a> 24 <p>Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can:</p>
26 </li> 25 <ul>
27 <li> <a href="{% url 'importlayer' %}">Import a layer</a> 26 <li> <a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#layer-source">Configure a layer source</a></li>
28 </ul> 27 <li> <a href="{% url 'importlayer' %}">Import a layer</a></li>
28 </ul>
29</div> 29</div>
30 30
31{%else%} 31{%else%}
32<div id="main" role="main" ng-app="project" ng-controller="prjCtrl" class="top-padded">
33 32
33<div id="main" role="main" ng-app="project" ng-controller="prjCtrl" class="top-padded">
34 34
35 <!-- project name --> 35 <!-- project name -->
36 <div class="page-header"> 36 <div class="page-header">