diff options
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 0e87967..5bea6f8 100644 --- a/static/index.html +++ b/static/index.html @@ -79,11 +79,13 @@ </div> <div class="card"> + <!-- Editor mode toggle and containers will be inserted here by JavaScript --> <div class="form-group"> <label class="form-label">Configuration File</label> <select id="configSelect" class="select"></select> </div> + <!-- Raw editor elements (will be moved to rawEditorContainer by JavaScript) --> <div class="form-group"> <label class="form-label">File Contents</label> <textarea id="cfgEditor" class="textarea" spellcheck="false"></textarea> @@ -96,7 +98,7 @@ </label> </div> - <div style="display: flex; gap: var(--spacing-s); align-items: center;"> + <div class="config-actions"> <button class="button secondary" id="validateConfig"> Validate Configuration </button> @@ -105,6 +107,7 @@ </div> </section> + <section id="panelLogs"> <div class="card"> <div class="card-header"> |
