mirror of
https://github.com/unraid/api.git
synced 2026-05-09 08:41:12 -05:00
refactor: test page
This commit is contained in:
+7
-6
@@ -63,7 +63,13 @@ onMounted(() => {
|
||||
<h3 class="text-lg font-semibold font-mono">
|
||||
UserProfileCe
|
||||
</h3>
|
||||
<header class="bg-beta py-4">
|
||||
<header class="bg-beta py-4 flex flex-row justify-between items-center">
|
||||
<div class="inline-flex flex-col gap-4 items-start px-4">
|
||||
<a href="https://unraid.net" target="_blank">
|
||||
<BrandLogo class="w-[100px] sm:w-[150px]" />
|
||||
</a>
|
||||
<HeaderOsVersionCe />
|
||||
</div>
|
||||
<UserProfileCe :server="serverState" />
|
||||
</header>
|
||||
<hr class="border-black dark:border-white">
|
||||
@@ -82,11 +88,6 @@ onMounted(() => {
|
||||
</h3>
|
||||
<WanIpCheckCe php-wan-ip="47.184.85.45" />
|
||||
<hr class="border-black dark:border-white">
|
||||
<h3 class="text-lg font-semibold font-mono">
|
||||
HeaderOsVersion
|
||||
</h3>
|
||||
<HeaderOsVersionCe />
|
||||
<hr class="border-black dark:border-white">
|
||||
<h3 class="text-lg font-semibold font-mono">
|
||||
UpdateOsCe
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user