diff --git a/templates/index.html b/templates/index.html index 2de60967..4fb02740 100644 --- a/templates/index.html +++ b/templates/index.html @@ -244,6 +244,60 @@ display: flex; flex-direction: column; } + + .json-container { + position: relative; + } + + .json-validation { + margin-top: 10px; + padding: 10px; + border-radius: 4px; + font-family: monospace; + font-size: 12px; + display: none; + } + + .json-validation.success { + background-color: #d4edda; + color: #155724; + border: 1px solid #c3e6cb; + } + + .json-validation.error { + background-color: #f8d7da; + color: #721c24; + border: 1px solid #f5c6cb; + } + + .json-validation.warning { + background-color: #fff3cd; + color: #856404; + border: 1px solid #ffeaa7; + } + + .json-actions { + margin-top: 10px; + display: flex; + gap: 10px; + } + + .json-error-line { + background-color: #ffebee; + border-left: 3px solid #f44336; + padding: 2px 5px; + margin: 2px 0; + } + + .json-error-message { + font-weight: bold; + margin-bottom: 5px; + } + + .json-error-details { + font-size: 11px; + opacity: 0.8; + }
@@ -269,8 +323,9 @@ - - + + + @@ -1501,6 +1556,52 @@ + + +View and copy the complete configuration files. Use these for backup or manual editing.
+ +