From 9334bf4eae425551b8a575ed5a345b2b43dae42f Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 19 Dec 2019 14:50:59 +1100 Subject: minimaws: display software lists for selected slot options on machine pages --- scripts/minimaws/lib/htmltmpl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/minimaws/lib/htmltmpl.py') diff --git a/scripts/minimaws/lib/htmltmpl.py b/scripts/minimaws/lib/htmltmpl.py index 6a16f305d8d..7c9246865b1 100644 --- a/scripts/minimaws/lib/htmltmpl.py +++ b/scripts/minimaws/lib/htmltmpl.py @@ -75,6 +75,7 @@ MACHINE_SOFTWARELISTS_TABLE_PROLOGUE = string.Template( '\n' \ ' \n' \ ' \n' \ + ' \n' \ ' \n' \ ' \n' \ ' \n' \ @@ -87,7 +88,8 @@ MACHINE_SOFTWARELISTS_TABLE_PROLOGUE = string.Template( ' \n') MACHINE_SOFTWARELISTS_TABLE_ROW = string.Template( - ' \n' \ + ' \n' \ + ' \n' \ ' \n' \ ' \n' \ ' \n' \ -- cgit v1.2.3-70-g09d2
CardShort nameDescriptionStatus
${shortname}${description}${status}