summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layerdetails.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index 207197bce6..a89ffb0312 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -23,6 +23,7 @@
23 xhrDataTypeaheadUrl : "{% url 'xhr_datatypeahead' %}", 23 xhrDataTypeaheadUrl : "{% url 'xhr_datatypeahead' %}",
24 xhrUpdateLayerUrl : "{% url 'xhr_updatelayer' %}", 24 xhrUpdateLayerUrl : "{% url 'xhr_updatelayer' %}",
25 projectId : {{project.id}}, 25 projectId : {{project.id}},
26 projectName : "{{project.name}}",
26 numTargets : {{total_targets}}, 27 numTargets : {{total_targets}},
27 numMachines: {{machines|length}}, 28 numMachines: {{machines|length}},
28 layerVersion : { 29 layerVersion : {
@@ -73,7 +74,6 @@
73 <div class="alert alert-info lead" id="alert-area" style="display:none"> 74 <div class="alert alert-info lead" id="alert-area" style="display:none">
74 <button type="button" class="close" id="dismiss-alert" data-dismiss="alert">&times;</button> 75 <button type="button" class="close" id="dismiss-alert" data-dismiss="alert">&times;</button>
75 <span id="alert-msg"></span> 76 <span id="alert-msg"></span>
76 <p style="margin-top:10px;"><a href="{% url 'project' project.id %}">Go to project configuration</a></p>
77 </div> 77 </div>
78 <ul class="nav nav-pills"> 78 <ul class="nav nav-pills">
79 <li class="active"> 79 <li class="active">