Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scc-net
netvs
netvs-core
Commits
8a0e2197
Commit
8a0e2197
authored
Nov 23, 2020
by
Janis Streib
🦉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: wrong param name (closes
#199
)
parent
f5c5572a
Pipeline
#119229
failed with stages
in 7 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
frontend/src/views/dnsvs/BCDRecords.vue
frontend/src/views/dnsvs/BCDRecords.vue
+2
-1
No files found.
frontend/src/views/dnsvs/BCDRecords.vue
View file @
8a0e2197
...
...
@@ -216,7 +216,7 @@
<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>
<b-pagination
v-if=
"(!(record_type in filter) || filter[record_type] === '')&& loaded && records[record_type].length > per_page"
:per
_
page=
"per_page"
<b-pagination
v-if=
"(!(record_type in filter) || filter[record_type] === '')&& loaded && records[record_type].length > per_page"
:per
-
page=
"per_page"
align=
"center"
v-model=
"current_page[record_type]"
:total-rows=
"records[record_type].length"
></b-pagination>
<b-table
responsive
:filter=
"filter[record_type]"
:items=
"records[record_type]"
...
...
@@ -290,6 +290,7 @@
</
template
>
</b-table>
<b-pagination
v-if=
"(!(record_type in filter) || filter[record_type] === '') && loaded && records[record_type].length > per_page"
:per_page=
"per_page"
<
b-pagination
v-if=
"(!(record_type in filter) || filter[record_type] === '')&& loaded && records[record_type].length > per_page"
:per-page=
"per_page"
align=
"center"
v-model=
"current_page[record_type]"
:total-rows=
"records[record_type].length"
></b-pagination>
</b-collapse>
...
...
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