Skip to content
Snippets Groups Projects
Commit 46cd2a99 authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

UPD show vlans when no VNI is set

Closes #756
parent 6cd25d8c
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@
<i v-else>{{ $t('components.bcd_list.no_vni_set') }}</i>
</span>
<b-modal
v-if="bcd_vni"
v-if="bcd_vni || bcd_vlans.length > 0"
ok-only
:title="'VNI ' + format_vni(bcd_vni.vni)"
:title="bcd_vni ? ('VNI ' + format_vni(bcd_vni.vni)) : $t('components.bcd_list.no_vni_set')"
:id="'vni-vlans-' + bcd.name">
<p>{{$t('system.net_cmpnd_explain')}}</p>
<b-table :fields="vlan_fields"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment