From af654bc89f82bde3cf81dfa8157bcd26127fae23 Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Sun, 29 Jan 2023 17:25:44 -0500 Subject: [PATCH] Make the color look nicer --- app/frontend/templates/panel/config_json.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/frontend/templates/panel/config_json.html b/app/frontend/templates/panel/config_json.html index 8a6d5697..a5acdcc1 100644 --- a/app/frontend/templates/panel/config_json.html +++ b/app/frontend/templates/panel/config_json.html @@ -48,7 +48,11 @@ {% raw xsrf_form_html() %} {% for item in data['config-json'].items() %} + {% if item[0] == "reset_secrets_on_next_boot" %} +
+ {% else %}
+ {% end %}
@@ -81,11 +85,7 @@ {% elif isinstance(item[1], list) %} {% elif isinstance(item[1], bool) %} - {% if item[0] == "reset_secrets_on_next_boot" %} -
- {% else %}
- {% end %} {% if item[1] == True %}