added scheduler times on hostname row
This commit is contained in:
parent
83c2bb4e48
commit
065d330962
@ -102,9 +102,11 @@
|
|||||||
<div class="hostname-text">
|
<div class="hostname-text">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Hostname: <span id="host-name">{{ general_settings.hostname }}</span>.local:1024<br>
|
||||||
Hostname: <span id="host-name">{{ general_settings.hostname }}</span>.local:1024
|
Scheduled Shutdown: <span id="host-name">{{ scheduler_settings.shutdown.hour }}:{{scheduler_settings.shutdown.minute}} {{scheduler_settings.timezone}}</span>
|
||||||
|
<span id="host-name">Enabled:{{scheduler_settings.shutdown.enabled}}</span><br>
|
||||||
|
Scheduled Reboot: <span id="host-name">{{ scheduler_settings.reboot.hour }}:{{scheduler_settings.reboot.minute}} {{scheduler_settings.timezone}}</span>
|
||||||
|
<span id="host-name">Enabled:{{scheduler_settings.reboot.enabled}}</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user