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
06363ab5
Commit
06363ab5
authored
Jul 04, 2020
by
gj4210
👽
Browse files
FIX: Prevent scrolling up when expanding ta-list
parent
5f731c55
Pipeline
#95451
passed with stages
in 8 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Navbar.vue
View file @
06363ab5
...
...
@@ -42,7 +42,7 @@
</div>
</b-form>
<b-nav-item
:active=
"$store.state.show_sidebar"
@
click=
"$store.commit('showSidebar', !$store.state.show_sidebar)"
>
@
click
.stop
=
"$store.commit('showSidebar', !$store.state.show_sidebar)"
>
<font-awesome-icon
:icon=
"['fas', 'tasks']"
/>
Geplante Aktionen
<b-badge
variant=
"primary"
>
{{
$store
.
state
.
ta_list
?
$store
.
state
.
ta_list
.
length
:
0
}}
</b-badge>
...
...
@@ -50,7 +50,7 @@
<b-nav-item-dropdown
v-if=
"$store.state.user"
right
:toggle-class=
"$route.path.startsWith('/user/')?'active':''"
>
<template
slot=
"button-content"
>
<font-awesome-icon
:icon=
"['fa
r
', 'user']"
/>
<font-awesome-icon
:icon=
"['fa
s
', 'user']"
/>
<span
v-if=
"$store.state.user"
>
{{
$store
.
state
.
user
.
login_name
}}
</span>
</
template
>
<
template
v-if=
"$store.state.user"
>
...
...
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