Merge 4ec6a14252a5bf93a8e0eaeaa83e9317a1211990 into d800effad9dfbdd5fa00b6f012eba99095448f21

This commit is contained in:
Andrew 2025-02-08 21:13:57 +08:00 committed by GitHub
commit b9fd1dae70
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>