Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
4e0dd312
Commit
4e0dd312
authored
Jan 29, 2020
by
janis.streib
🦉
Browse files
ADD: icon to menu
parent
805c4ae5
Pipeline
#68102
passed with stages
in 5 minutes and 55 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
frontend/src/App.vue
View file @
4e0dd312
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment