refactor: test page

This commit is contained in:
Zack Spear
2024-01-11 20:49:21 -06:00
committed by Zack Spear
parent fa520a2d3e
commit 5f80053a33
+7 -6
View File
@@ -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>