summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/machines.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-02-03 16:05:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:07:49 +0000
commita1347a150af1964a7063d9577497ef5ad11227b8 (patch)
treead32f5e2faf62da28cb343126a8cf2714cafe9c3 /bitbake/lib/toaster/toastergui/templates/machines.html
parent479338cc7b43b55740ba2396d94dd88c3d8fc445 (diff)
downloadpoky-a1347a150af1964a7063d9577497ef5ad11227b8.tar.gz
bitbake: toaster: All machines Update layer notifications
Update layer notifications to the new wording for layer add remove notifications. Fix bug where the the alert area is being removed from the dom on dismiss instead of re-hidden (Bitbake rev: 2a571a4523dbbe9b6afcf2e6b41edf2cb059729d) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" %}