UI: Pfeil-Icons aus Export/Import-Buttons entfernt (v1.8.7)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -259,9 +259,9 @@
|
||||
<h3>Konfiguration sichern</h3>
|
||||
<p style="color:var(--text-dim);font-size:.85rem;margin:0 0 .75rem">Alle Geräte und MQTT-Einstellungen als JSON exportieren und bei einer Neuinstallation wieder einlesen.</p>
|
||||
<div style="display:flex;gap:.5rem;flex-wrap:wrap">
|
||||
<button class="btn btn-secondary" onclick="exportConfig()">⇓ Exportieren</button>
|
||||
<button class="btn btn-secondary" onclick="exportConfig()">Exportieren</button>
|
||||
<label class="btn btn-secondary" style="cursor:pointer">
|
||||
⇑ Importieren
|
||||
Importieren
|
||||
<input type="file" id="import-file-input" accept=".json" style="display:none" onchange="importConfig(this)">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user