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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>