chore: Update page formatting

This commit is contained in:
Zack Spear
2023-11-09 16:37:42 -08:00
parent 79e4bb27c0
commit caf7a0a558
@@ -5,10 +5,7 @@ Tag="upload"
---
<?php
require_once "$docroot/plugins/dynamix.my.servers/include/reboot-details.php";
// Create an instance of the RebootDetails class
$rebootDetails = new RebootDetails();
// Access the detected reboot type
$rebootVersion = $rebootDetails->getRebootVersion();
?>
<script>
function cleanUpFlashBackup(zip) {
@@ -40,5 +37,5 @@ function flashBackup() {
</script>
<unraid-i18n-host>
<unraid-update-os reboot-version="<?= $rebootVersion ?>"></unraid-update-os>
</unraid-i18n-host>
<unraid-update-os reboot-version="<?= $rebootDetails->getRebootVersion() ?>"></unraid-update-os>
</unraid-i18n-host>