diff --git a/app/templates/infrastructures.html b/app/templates/infrastructures.html index 881d5d616..ba1c5beb7 100644 --- a/app/templates/infrastructures.html +++ b/app/templates/infrastructures.html @@ -11,7 +11,7 @@ } else if (state == "failed" || state == "unconfigured" || state == "unknown" || state == "error" || state == "timeout") { return ""; } else { - return ""; + return " "; } } diff --git a/app/templates/list.html b/app/templates/list.html index fbbedd6af..4ac572c78 100644 --- a/app/templates/list.html +++ b/app/templates/list.html @@ -69,10 +69,10 @@ v = parts[1] } input_template = ` -
+
-
+
`; {% else %} diff --git a/app/templates/reconfigure.html b/app/templates/reconfigure.html index 2667b9171..f0083cffb 100644 --- a/app/templates/reconfigure.html +++ b/app/templates/reconfigure.html @@ -18,7 +18,7 @@ -
+
{% for tab, input_dict in inputs.items() %}