Fix another typo
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1c803137 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1c803137 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1c803137 Branch: refs/heads/Health-Check-UI Commit: 1c80313702dee3dcc42588e54a6f88e5a5757e25 Parents: f487756 Author: Brian Federle <brian.fede...@citrix.com> Authored: Thu Mar 7 16:22:49 2013 -0800 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Thu Mar 7 16:22:49 2013 -0800 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1c803137/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 94ff432..24f4e16 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -51,7 +51,7 @@ }, success: function(json) { var nic = json.listnics.nic[0]; - var ips = nic.secondaryip ? targetNic.secondaryip : []; + var ips = nic.secondaryip ? nic.secondaryip : []; args.response.success({ data: $(ips).map(function(index, ip) {