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
58c4c291
Commit
58c4c291
authored
Nov 03, 2021
by
janis.streib
🦉
Browse files
FIX: fqdn table placeholder (
#299
)
parent
533908e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/FQDNTable.vue
View file @
58c4c291
<
template
>
<Loading
:data=
"fqdns"
>
<div
class=
"fqdn-table"
>
<div
class=
"fqdn-table"
v-if=
"fqdns"
>
<FilterInput
v-model=
"filter"
></FilterInput>
<b-pagination
v-if=
"fqdns.length > per_page && filter === ''"
:total-rows=
"fqdns.length"
:per-page=
"per_page"
v-model=
"current_page"
align=
"center"
></b-pagination>
<b-table
:per-page=
"per_page"
:current-page=
"current_page"
responsive
class=
"shadow"
:items=
"fqdns"
<b-table
:show-empty=
"true"
empty-text=
"Keine FQDNs vorhanden."
:per-page=
"per_page"
:current-page=
"current_page"
responsive
class=
"shadow"
:items=
"fqdns"
:fields=
"fqdn_list_fields"
:filter=
"filter"
>
<template
v-slot:cell(value)=
"data"
>
<router-link
class=
"nowrap"
:to=
"'/dnsvs/fqdns/'+data.value"
v-if=
"data.item.is_nonterminal"
>
...
...
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