Add startup config editor.

This commit is contained in:
chriz
2026-01-26 20:40:30 +01:00
parent 17b428a603
commit b5c249995f
5 changed files with 74 additions and 28 deletions
+5
View File
@@ -24,6 +24,11 @@
<br/><br/>
When updating the above settings, remember to point your browser to the new IP afterwards:<br/>
<input style="width:40%;" class="action" id="ip_sub" onclick="ipSub();" type="button" value="Update Settings"><br/>
<br/>
<div class="lcol"> <label for="ip">Startup configuration:</label></div>
<textarea id="config_display" rows="8" cols="60"></textarea>
<br/>
<input style="width:40%;" class="action" id="clear_config" onclick="clearConfig();" type="button" value="Clear Config">
<br/><br/>
Save all current settings to Flash:<br/>
<input style="width:40%;" class="action" id="flash_sub" onclick="flashSave();" type="button" value="Save Settings to Flash">