mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.17'
This commit is contained in:
commit
c4ab8fffab
|
|
@ -248,7 +248,7 @@ export default {
|
|||
if (trafficLabel.length > 0) {
|
||||
trafficLabel += ','
|
||||
}
|
||||
trafficLabel += trafficConfig.vlanId
|
||||
trafficLabel += trafficConfig.vlanId || ''
|
||||
}
|
||||
if ('vSwitchType' in trafficConfig) {
|
||||
if (trafficLabel.length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue