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
b0429f83
Commit
b0429f83
authored
Oct 02, 2020
by
gj4210
👽
Browse files
ADD: Text if no BCDs show
parent
b3c8b038
Pipeline
#111459
passed with stages
in 8 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDOverview.vue
View file @
b0429f83
...
...
@@ -55,6 +55,10 @@
<i
v-if=
"!(data.item.name in vlans)"
>
Keine VLANs vorhanden
</i>
</
template
>
</b-table>
<div
v-if=
"!bcds || bcds.length === 0"
class=
"font-italic text-center mb-3"
>
Keine BCDs vorhanden
</div>
</b-card>
</Loading>
</div>
...
...
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