1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

feat: show version number on top right. see #3228 (#3239)

This commit is contained in:
Amir Raminfar
2024-08-28 17:39:24 -07:00
committed by GitHub
parent 85271a595a
commit 9ea7024c2a

View File

@@ -1,5 +1,8 @@
<template>
<PageWithLinks>
<section class="text-right">
<Tag>{{ config.version }}</Tag>
</section>
<section>
<HostList />
</section>