mirror of
https://github.com/simon987/sist2.git
synced 2025-04-04 07:52:59 +00:00
Merge 4ec6a14252a5bf93a8e0eaeaa83e9317a1211990 into 7a03a2202ec52db2f4ba35413259799fcc6cdcbc
This commit is contained in:
commit
3b54e089f7
@ -3,7 +3,11 @@
|
|||||||
<b-navbar-brand to="/">
|
<b-navbar-brand to="/">
|
||||||
<Sist2Icon></Sist2Icon>
|
<Sist2Icon></Sist2Icon>
|
||||||
</b-navbar-brand>
|
</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-button class="ml-auto" to="/task" variant="link">{{ $t("tasks") }}</b-button>
|
||||||
</b-navbar>
|
</b-navbar>
|
||||||
</template>
|
</template>
|
||||||
@ -66,4 +70,4 @@ export default {
|
|||||||
.btn-link {
|
.btn-link {
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user