summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/machines.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/machines.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/machines.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/machines.html b/bitbake/lib/toaster/toastergui/templates/machines.html
index e3329bf238..487d6b73c1 100644
--- a/bitbake/lib/toaster/toastergui/templates/machines.html
+++ b/bitbake/lib/toaster/toastergui/templates/machines.html
@@ -13,6 +13,7 @@
13 $(document).ready(function (){ 13 $(document).ready(function (){
14 var ctx = { 14 var ctx = {
15 projectPageUrl : "{% url 'project' project.id %}", 15 projectPageUrl : "{% url 'project' project.id %}",
16 projectName : "{{project.name}}",
16 xhrEditProjectUrl : "{% url 'xhr_projectedit' project.id %}", 17 xhrEditProjectUrl : "{% url 'xhr_projectedit' project.id %}",
17 projectId : {{project.id}}, 18 projectId : {{project.id}},
18 xhrDataTypeaheadUrl : "{% url 'xhr_datatypeahead' %}", 19 xhrDataTypeaheadUrl : "{% url 'xhr_datatypeahead' %}",
@@ -35,9 +36,8 @@
35</div> 36</div>
36 37
37<div class="alert alert-info lead" id="alert-area" style="display:none"> 38<div class="alert alert-info lead" id="alert-area" style="display:none">
38 <button type="button" class="close" id="dismiss-alert" data-dismiss="alert">&times;</button> 39 <button type="button" class="close" id="dismiss-alert">&times;</button>
39 <span id="alert-msg"></span> 40 <span id="alert-msg"></span>
40 <p style="margin-top:10px;"><a href="{% url 'project' project.id %}">Go to project configuration</a></p>
41</div> 41</div>
42 42
43{% include "basetable_top.html" %} 43{% include "basetable_top.html" %}