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
a46aed7a
Commit
a46aed7a
authored
Oct 05, 2020
by
janis.streib
🦉
Browse files
fix: missing <ul>
parent
7288c280
Pipeline
#111589
passed with stages
in 8 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDOverview.vue
View file @
a46aed7a
...
...
@@ -48,10 +48,12 @@
</div>
</
template
>
<
template
v-slot:cell(vlans)=
"data"
>
<ul>
<li
v-for=
"vlan in vlans[data.item.name]"
:key=
"vlan.id"
class=
"nowrap"
>
{{
vlan
.
name
}}
(
{{
vlan
.
id
}}
)
</li>
</ul>
<i
v-if=
"!(data.item.name in vlans)"
>
Keine VLANs vorhanden
</i>
</
template
>
</b-table>
...
...
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