mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
fix login version issue
This commit is contained in:
parent
859d3b9ffe
commit
1f8368883c
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="flex flex-col min-h-screen">
|
||||||
<div class="fill-primary min-w-full absolute top-0 z-[-1]">
|
<div class="fill-primary min-w-full absolute top-0 z-[-1]">
|
||||||
<div class="bg-primary flex-col flex min-h-[20vh]" />
|
<div class="bg-primary flex-col flex min-h-[20vh]" />
|
||||||
<svg
|
<svg
|
||||||
|
@ -226,7 +226,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer v-if="status" class="absolute text-center w-full bottom-0 pb-4">
|
<footer v-if="status" class="mt-auto text-center w-full bottom-0 pb-4">
|
||||||
<p class="text-center text-sm">Version: {{ status.build.version }} ~ Build: {{ status.build.commit }}</p>
|
<p class="text-center text-sm">Version: {{ status.build.version }} ~ Build: {{ status.build.commit }}</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue