Usermod config level up, step1
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
}
|
||||
var url = (loc?`http://${locip}`:'') + '/settings/s.js?p=0';
|
||||
loadJS(url, false); // If we set async false, file is loaded and executed, then next statement is processed
|
||||
gId("configMenu").innerHTML = '<button type="submit" onclick="window.location=\'./settings/ar?um=1\'">Audio Reactive (UM)</button>\
|
||||
<button type="submit" onclick="window.location=\'./settings/ar?um=2\'">Weather mod (UM)</button>';
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
@@ -69,6 +71,7 @@
|
||||
<button type="submit" onclick="window.location='./settings/wifi'">WiFi Setup</button>
|
||||
<button type="submit" onclick="window.location='./settings/leds'">LED Preferences</button>
|
||||
<button type="submit" onclick="window.location='./settings/2D'">2D Configuration</button>
|
||||
<div id="configMenu">Loading...</div>
|
||||
<button type="submit" onclick="window.location='./settings/ui'">User Interface</button>
|
||||
<button id="dmxbtn" style="display: none;" type="submit" onclick="window.location='./settings/dmx'">DMX Output</button>
|
||||
<button type="submit" onclick="window.location='./settings/sync'">Sync Interfaces</button>
|
||||
|
||||
Reference in New Issue
Block a user