From c04977563f3c766bae32fdc07fa81ea1615a5cac Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 26 Jan 2015 13:42:44 +0000 Subject: bitbake: toastergui: Generic message for the layer details empty states In the layer details page, change the message you see when the number of targets or machines provided by a layer is 0, either because that's what's reported by a layer index instance, or because Toaster does not have any information about the layer. The new message is more generic, in order to fit layers from all layer sources. (Bitbake rev: 48123b53d66de01ad6273140aa148276d63707ba) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/layerdetails.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 9286df656c..207197bce6 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -184,9 +184,7 @@
{% if total_targets == 0 %}
- There is no target data for {{layerversion.layer.name}} ... yet
- Toaster learns about layers as they are built. Once you have used {{layerversion.layer.name}} in a build, Toaster will show you - here the targets it provides. + There is no target information for the {{layerversion.layer.name}} layer.
{% else %} @@ -313,9 +311,7 @@
{% if total_machines == 0 %}
- There is no machine data for {{layerversion.layer.name}} ... yet
- Toaster learns about layers as they are built. Once you have used {{layerversion.layer.name}} in a build, Toaster will show you - here the machines it provides. + There is no machine information for the {{layerversion.layer.name}} layer.
{% else %} -- cgit v1.2.3-54-g00ecf