diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index f83ae083a9..acf4d0a361 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -84,17 +84,22 @@
Total package size
{{target.pkgsz|filtered_filesizeformat}}
{% if target.targetHasNoImages %} -
-

- This build did not create any image files -

-

- This is probably because valid image and license manifest - files from a previous build already exist in your - .../poky/build/tmp/deploy directory. You can also view the - license manifest information in Toaster. -

-
+ +
+
+

+ This build did not create any image files +

+

+ This is probably because valid image and license manifest + files from a previous build already exist in your + .../poky/build/tmp/deploy + directory. You can + also view the + license manifest information in Toaster. +

+
+
{% else %}
@@ -113,8 +118,8 @@ {% endfor %} - {% endif %} + {% endif %} {% endif %} {% endfor %}