Skip to content
Snippets Groups Projects
Commit 4e0dd312 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

ADD: icon to menu

parent 805c4ae5
No related branches found
No related tags found
No related merge requests found
Pipeline #271807 passed with warnings
......@@ -44,7 +44,7 @@
<span v-if="$store.state.user"> {{$store.state.user.login_name}}</span>
</template>
<template v-if="$store.state.user">
<b-dropdown-item to="/user/tokens" :active="$route.path === '/user/tokens'">API-Tokens</b-dropdown-item>
<b-dropdown-item to="/user/tokens" :active="$route.path === '/user/tokens'"><font-awesome-icon icon="code"></font-awesome-icon> API-Tokens</b-dropdown-item>
<b-dropdown-divider></b-dropdown-divider>
<b-dropdown-item @click="logout()">Abmelden</b-dropdown-item>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment