Fixed admin
This commit is contained in:
parent
fadc44a1f4
commit
dc913c9c0b
@ -27,7 +27,7 @@
|
||||
</form>
|
||||
|
||||
<br>
|
||||
<form action="/api/v1/set/showMillis" target="hiddenFrame">
|
||||
<form action="/api/v1/set/layout/showMillis" target="hiddenFrame">
|
||||
<select id="show" name="show">
|
||||
<option value="true">Enable Milliseconds</option>
|
||||
<option value="false">Disable Milliseconds</option>
|
||||
@ -35,7 +35,7 @@
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
|
||||
<form action="/api/v1/set/showTime" target="hiddenFrame">
|
||||
<form action="/api/v1/set/layout/showTime" target="hiddenFrame">
|
||||
<select id="show" name="show">
|
||||
<option value="true">Show Clock on Countdown page</option>
|
||||
<option value="false">Do not show Clock on Countdown page</option>
|
||||
|
Loading…
Reference in New Issue
Block a user