From fb7160e4228d49a765006d9ba0b810be9f083989 Mon Sep 17 00:00:00 2001
From: Michael Wood
Date: Thu, 19 Mar 2015 11:09:43 +0000
Subject: bitbake: toaster: Project page fix targets url and tooltip placement
Make sure we point to the all targets page for the notification links.
Also fix the tooltip placements and a minor typo on the targets page.
[YOCTO #7480]
(Bitbake rev: cbf3d652dcbfc1db527eb13cd796fa57d8ff3748)
Signed-off-by: Michael Wood
Signed-off-by: Richard Purdie
---
bitbake/lib/toaster/toastergui/templates/project.html | 4 ++--
bitbake/lib/toaster/toastergui/templates/targets.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'bitbake/lib')
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index 0f538b9ffb..65c0919bc9 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -299,7 +299,7 @@ vim: expandtab tabstop=2
Import layer
@@ -434,7 +434,7 @@ angular.element(document).ready(function() {
scope.urls.xhr_edit = "{% url 'xhr_projectedit' project.id %}";
scope.urls.xhr_datatypeahead = "{% url 'xhr_datatypeahead' %}";
scope.urls.layers = "{% url 'layers' %}";
- scope.urls.targets = "{% url 'targets' %}";
+ scope.urls.targets = "{% url 'all-targets' %}";
scope.urls.importlayer = "{% url 'importlayer'%}";
scope.urls.layer = "{% url 'base_layerdetails' %}";
scope.project = {{prj|json}};
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html
index f918d6cff2..27ff2be928 100644
--- a/bitbake/lib/toaster/toastergui/templates/targets.html
+++ b/bitbake/lib/toaster/toastergui/templates/targets.html
@@ -38,7 +38,7 @@
{% else %}
- Toaster has not target information. To generate target information you can:
+ Toaster has no target information. To generate target information you can: