Skip to content

Commit

Permalink
Merge pull request #4324 from dosipod/0_15
Browse files Browse the repository at this point in the history
Update settings_sec.htm [Fix the  warning text and Backup presets button misalignment]
  • Loading branch information
softhack007 authored Nov 28, 2024
2 parents 92e59af + d87c503 commit 2510621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wled00/data/settings_sec.htm
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ <h3>Software Update</h3>
<hr>
<h3>Backup & Restore</h3>
<div class="warn">&#9888; Restoring presets/configuration will OVERWRITE your current presets/configuration.<br>
Incorrect upload or configuration may require a factory reset or re-flashing of your ESP.</div>
For security reasons, passwords are not backed up.
Incorrect upload or configuration may require a factory reset or re-flashing of your ESP.<br>
For security reasons, passwords are not backed up.</div>
<a class="btn lnk" id="bckcfg" href="/presets.json" download="presets">Backup presets</a><br>
<div>Restore presets<br><input type="file" name="data" accept=".json"> <button type="button" onclick="uploadFile(d.Sf.data,'/presets.json');">Upload</button><br></div><br>
<a class="btn lnk" id="bckpresets" href="/cfg.json" download="cfg">Backup configuration</a><br>
Expand All @@ -78,4 +78,4 @@ <h3>About</h3>
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
</form>
</body>
</html>
</html>

0 comments on commit 2510621

Please sign in to comment.