add link to server settings

This commit is contained in:
Thomas Amland 2020-09-16 18:13:47 +02:00
parent 1cc8a5a8cc
commit 3f878f31dd

View File

@ -22,6 +22,9 @@
{{ username }} {{ username }}
</b-dropdown-text> </b-dropdown-text>
<b-dropdown-divider /> <b-dropdown-divider />
<b-dropdown-item :href="`${server}/settings.view`">
Server settings
</b-dropdown-item>
<b-dropdown-item-button @click="logout"> <b-dropdown-item-button @click="logout">
Log out Log out
</b-dropdown-item-button> </b-dropdown-item-button>