forked from AkkomaGang/akkoma-fe
Link to Mastodon admin dashboard instead of AdminFE
This commit is contained in:
parent
17fd7e288b
commit
430a9f789a
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@
|
||||||
</button>
|
</button>
|
||||||
<a
|
<a
|
||||||
v-if="currentUser && currentUser.role === 'admin'"
|
v-if="currentUser && currentUser.role === 'admin'"
|
||||||
href="/pleroma/admin/#/login-pleroma"
|
:href="'https://' + $store.getters.instanceDomain + '/admin/dashboard'"
|
||||||
class="nav-icon"
|
class="nav-icon"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@click.stop
|
@click.stop
|
||||||
|
|
|
@ -163,7 +163,7 @@
|
||||||
@click="toggleDrawer"
|
@click="toggleDrawer"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="/pleroma/admin/#/login-pleroma"
|
:href="'https://' + $store.getters.instanceDomain + '/admin/dashboard'"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
|
|
Loading…
Reference in a new issue