add links
This commit is contained in:
parent
5230a4a4b1
commit
527e020e2e
@ -130,17 +130,19 @@
|
|||||||
|
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<b-button-group class="actions-grp">
|
<b-button-group class="actions-grp">
|
||||||
<b-button to="/control">
|
<b-button to="/control" variant="primary">
|
||||||
Control
|
Control
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button to="/media">
|
<b-button to="/media" variant="primary">
|
||||||
Media
|
Media
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button>Logging</b-button>
|
<b-button to="logging" variant="primary">
|
||||||
<b-button to="/configure">
|
Logging
|
||||||
|
</b-button>
|
||||||
|
<b-button to="/configure" variant="primary">
|
||||||
Configure
|
Configure
|
||||||
</b-button>
|
</b-button>
|
||||||
<b-button @click="logout()">
|
<b-button variant="primary" @click="logout()">
|
||||||
Logout
|
Logout
|
||||||
</b-button>
|
</b-button>
|
||||||
</b-button-group>
|
</b-button-group>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user