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
1a2bedea
Commit
1a2bedea
authored
Jan 28, 2021
by
gj4210
👁
Browse files
FIX: FilterInput jumps when opening record collapse
+ a e s t h e t i c s
parent
39558f10
Pipeline
#130321
passed with stages
in 6 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
1a2bedea
...
...
@@ -215,7 +215,7 @@
</b-card-header>
<b-card-body
body-class=
"p-0"
>
<b-collapse
:id=
"'records-'+record_type+'-collapse'"
v-model=
"collapse_states[2+index]"
>
<FilterInput
v-model=
"filter[record_type]"
></FilterInput
>
<FilterInput
v-model=
"filter[record_type]"
class=
"mx-3"
style=
"top: 0"
/
>
<b-pagination
v-if=
"(!(record_type in filter) || filter[record_type] === '')&& loaded && records[record_type].length > per_page"
:per-page=
"per_page"
...
...
Write
Preview
Supports
Markdown
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