mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
add version and build to homepage view
This commit is contained in:
parent
ae73b194c4
commit
a7a769aec3
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
const { data } = await api.status();
|
const { data } = await api.status();
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
console.log(data);
|
|
||||||
username.value = "demo@example.com";
|
username.value = "demo@example.com";
|
||||||
password.value = "demo";
|
password.value = "demo";
|
||||||
}
|
}
|
||||||
|
@ -223,6 +222,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<footer v-if="status" class="absolute text-center w-full bottom-0 pb-4">
|
||||||
|
<p class="text-center text-sm">Version: {{ status.build.version }} ~ Build: {{ status.build.commit }}</p>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue