From 1cf80f83ba7efe270849b8f33186a2d2760f553f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 18 Jun 2018 19:43:40 +0530 Subject: [PATCH] diagnostics: Remove unnecessary content sizing Signed-off-by: Manish Tripathy Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- .../templates/diagnostics_results.html | 56 +++++++++---------- 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/plinth/modules/diagnostics/templates/diagnostics_results.html b/plinth/modules/diagnostics/templates/diagnostics_results.html index 74753facf..ec325a2ae 100644 --- a/plinth/modules/diagnostics/templates/diagnostics_results.html +++ b/plinth/modules/diagnostics/templates/diagnostics_results.html @@ -19,33 +19,29 @@ {% load i18n %} -
-
- - - - - - - - - {% for test, result in results %} - - - - - {% endfor %} - -
{% trans "Test" %}{% trans "Result" %}
{{ test }} - {% if result == 'passed' %} - {{ result }} - {% elif result == 'failed' %} - {{ result }} - {% elif result == 'error' %} - {{ result }} - {% else %} - {{ result }} - {% endif %} -
-
-
+ + + + + + + + + {% for test, result in results %} + + + + + {% endfor %} + +
{% trans "Test" %}{% trans "Result" %}
{{ test }} + {% if result == 'passed' %} + {{ result }} + {% elif result == 'failed' %} + {{ result }} + {% elif result == 'error' %} + {{ result }} + {% else %} + {{ result }} + {% endif %} +