mirror of https://github.com/apache/cloudstack.git
LB VM select: Fix issue with adding primary NIC IP
This commit is contained in:
parent
1394bcb682
commit
8927975ca9
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
// Add primary IP as default
|
||||
ipSelection.push({
|
||||
id: -1,
|
||||
id: primaryIp,
|
||||
description: primaryIp + ' (Primary)'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue