mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
chore: file formatting
This commit is contained in:
@@ -48,4 +48,4 @@ if ($fileValue !== null) {
|
||||
echo '<script src="' . $prefixedPath . $fileValue . '"></script>';
|
||||
} else {
|
||||
echo '<script>console.error("%cNo matching key containing \'' . $searchText . '\' found.", "font-weight: bold; color: white; background-color: red");</script>';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Welcome to the Thunderdome. A place where you can get lost in a sea of translations. Good luck.
|
||||
* Welcome to the Thunderdome. A place where you can get lost in a sea of translations.
|
||||
*
|
||||
* This file is used to generate the translations for the Vue3 based web components.
|
||||
*
|
||||
|
||||
@@ -161,4 +161,4 @@ function confirmDowngrade() {
|
||||
reboot-version="<?= $rebootDetails->getRebootVersion() ?>"
|
||||
restore-version="<?= $restoreExists && $restoreVersion != 'unknown' ? $restoreVersion : '' ?>"
|
||||
restore-release-date="<?= $restoreExists && $restoreVersionReleaseDate != 'unknown' ? $restoreVersionReleaseDate : '' ?>"></unraid-downgrade-os>
|
||||
</unraid-i18n-host>
|
||||
</unraid-i18n-host>
|
||||
|
||||
@@ -38,4 +38,4 @@ function flashBackup() {
|
||||
|
||||
<unraid-i18n-host>
|
||||
<unraid-update-os reboot-version="<?= $rebootDetails->getRebootVersion() ?>"></unraid-update-os>
|
||||
</unraid-i18n-host>
|
||||
</unraid-i18n-host>
|
||||
|
||||
Reference in New Issue
Block a user