Update index.html
Anpassung Import- und Export-Buttons für JSON-Datei
This commit is contained in:
parent
b386573108
commit
cc5fd6466b
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@
|
||||||
<h4>Importieren (Base64-Code oder JSON-Datei)</h4>
|
<h4>Importieren (Base64-Code oder JSON-Datei)</h4>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="import-string-field" placeholder="Base64-Code einfügen...">
|
<input type="text" id="import-string-field" placeholder="Base64-Code einfügen...">
|
||||||
<button onclick="importFromString()"><i class="fas fa-paste"></i></button>
|
<button onclick="importFromString()">Importieren</i></button> |
|
||||||
<button onclick="importPreset()" title="JSON Upload"><i class="fas fa-file-upload"></i> JSON</button>
|
<button onclick="importPreset()" title="JSON Upload"><i class="fas fa-file-upload"></i> JSON</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
<h4>Exportieren (Base64-Code oder JSON-Datei)</h4>
|
<h4>Exportieren (Base64-Code oder JSON-Datei)</h4>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="export-string-field" readonly placeholder="Code wird generiert...">
|
<input type="text" id="export-string-field" readonly placeholder="Code wird generiert...">
|
||||||
<button onclick="copyExportCode()" title="Kopieren"><i class="fas fa-copy"></i></button>
|
<button onclick="copyExportCode()" title="Kopieren">Kopieren</i></button> |
|
||||||
<button onclick="exportPreset()" title="JSON Download"><i class="fas fa-download"></i> JSON</button>
|
<button onclick="exportPreset()" title="JSON Download"><i class="fas fa-download"></i> JSON</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue