added scheduler times on hostname row

This commit is contained in:
Justin
2023-04-24 20:05:37 +08:00
committed by GitHub
parent 83c2bb4e48
commit 065d330962

View File

@@ -102,9 +102,11 @@
<div class="hostname-text">
<p>
Hostname: <span id="host-name">{{ general_settings.hostname }}</span>.local:1024
Hostname: <span id="host-name">{{ general_settings.hostname }}</span>.local:1024<br>
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>
</div>