fix Re-run data gathering task form

This commit is contained in:
forest 2023-01-09 16:24:54 -06:00
parent ef62b25c4e
commit 2b6509af65

View file

@ -6,22 +6,23 @@
</span>
</p>
{{ else }}
<p>
<span class="bold-red">
NOTE: The data on this page is generated by a scheduled task that runs every 24 hours.
</span>
</p>
<form action="/" method="POST" class="box vertical">
<p>
<span class="bold-red">
NOTE: The data on this page is generated by a scheduled task that runs every 24 hours.
</span>
</p>
<div class="form-row horizontal">
<label for="measureMediaSize" >measure size of media folder</span>
<input type="checkbox" id="measureMediaSize" name="measureMediaSize"></input>
<input type="checkbox" id="measureMediaSize" name="measureMediaSize"></input>
<label for="measureMediaSize" >measure size of media folder</label>
</div>
<div class="form-row horizontal">
<label for="stateGroupsStateScan" >rescan <code>state_groups_state</code></span>
<input type="checkbox" id="stateGroupsStateScan" name="stateGroupsStateScan"></input>
<input type="checkbox" id="stateGroupsStateScan" name="stateGroupsStateScan"></input>
<label for="stateGroupsStateScan" >rescan <code>state_groups_state</code></label>
</div>
<input type="hidden" name="refresh" value="true"></input>
<input type="submit" value="Re-run data gathering task now"></input>