LB VM select: Fix issue with adding primary NIC IP

This commit is contained in:
Brian Federle 2014-12-04 13:44:49 -08:00
parent 1394bcb682
commit 8927975ca9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
// Add primary IP as default
ipSelection.push({
id: -1,
id: primaryIp,
description: primaryIp + ' (Primary)'
});