diff --git a/bitbake/lib/toaster/toastergui/templates/target.html b/bitbake/lib/toaster/toastergui/templates/target.html
index 564fd27162..c879c39d5a 100644
--- a/bitbake/lib/toaster/toastergui/templates/target.html
+++ b/bitbake/lib/toaster/toastergui/templates/target.html
@@ -65,6 +65,7 @@
{% include "basetable_top.html" %}
{% for package in objects %}
+ {# order of the table data must match the columns defined in template's context tablecols #}
|
{{package.name}}
@@ -79,16 +80,17 @@
{{package.version|filtered_packageversion:package.revision}}
|
-
- {{package.size|filtered_installedsize:package.installed_size|filtered_filesizeformat}}
- |
-
- {{package|filter_sizeovertotal:packages_sum}}
- |
{{package.license}}
|
-
+ |
+ {{package.size|filtered_installedsize:package.installed_size|filtered_filesizeformat}}
+ |
+
+
+ {{package|filter_sizeovertotal:packages_sum}}
+ |
+
{% with deps=package.runtime_dependencies %}
{% with deps_count=deps|length %}
{% if deps_count > 0 %}
|