Merge 4ec6a14252a5bf93a8e0eaeaa83e9317a1211990 into 670dad185e8a78a5ee040fb2d5eeb9d672ff1084

This commit is contained in:
Andrew 2025-03-26 09:23:34 +00:00 committed by GitHub
commit d38a55a99a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,11 @@
<b-navbar-brand to="/">
<Sist2Icon></Sist2Icon>
</b-navbar-brand>
<span class="badge badge-pill version" v-if="$store && $store.state.sist2Info">
v{{ sist2Version() }}
</span>
<b-button class="ml-auto" to="/task" variant="link">{{ $t("tasks") }}</b-button>
</b-navbar>
</template>
@ -66,4 +70,4 @@ export default {
.btn-link {
color: #222;
}
</style>
</style>