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
fa183f0c
Commit
fa183f0c
authored
Oct 15, 2021
by
gj4210
👁
Committed by
janis.streib
Dec 05, 2021
Browse files
UPD: Consistent default items per page across NETVS
parent
ddd31fd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/cntl/Groups.vue
View file @
fa183f0c
...
...
@@ -22,7 +22,7 @@
variant=
"success"
placement=
"bottom"
>
Neue Gruppe anlegen
</b-tooltip>
<PaginatorList
v-if=
"entry"
:items=
"groups"
items_per_page=
"
1
5"
>
<PaginatorList
v-if=
"entry"
:items=
"groups"
items_per_page=
"
2
5"
>
<template
v-slot:item=
"data"
>
<GroupCard
v-bind:key=
"data.item.name"
...
...
frontend/src/views/macauth/MACAuth.vue
View file @
fa183f0c
...
...
@@ -8,7 +8,7 @@
<b-checkbox
:value=
"true"
:unchecked-value=
"false"
v-model=
"only_own"
switch
>
Nur eigene BCDs anzeigen
</b-checkbox>
<Loading
:data=
"[clients_by_bcd]"
>
<PaginatorList
items_per_page=
"
1
5"
:items=
"bcds"
>
<PaginatorList
items_per_page=
"
2
5"
:items=
"bcds"
>
<template
v-slot:item=
"card_data"
>
<b-card
no-body
:key=
"'card-bcd-' + card_data.item.name"
class=
"mb-4 shadow"
>
<template
v-slot:header
>
...
...
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