Merge pull request #1394 from nitin-maharana/CloudStack-Nitin25_4.7 CLOUDSTACK-9268: Display VM in Load balancing rule in UISteps of Repro: ============= 1:Create VMs 2:Make LoadBalancing rule in GUI Name:WWW PrivatePort:80 PublicPort:80 Add VMs:some VMs
Expected Result: ============== The VMs which has been already assigned is should not be listed when you add the VM to an existing rule. Actual Result: =========== The VMs which has been already assigned is still being listed when you add the VM to an existing rule. Fix: === Added jsonObj to newly created row in multiedit.js to stop listing the same VM again. * pr/1394: CLOUDSTACK-9268: Display VM in Load balancing rule in UI Signed-off-by: Koushik Das <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e3e5be8d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e3e5be8d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e3e5be8d Branch: refs/heads/4.7 Commit: e3e5be8dedb3f270c45b1e8b65952ac62fbe46a6 Parents: 6f703c4 a68918f Author: Koushik Das <[email protected]> Authored: Tue Apr 19 16:31:50 2016 +0530 Committer: Koushik Das <[email protected]> Committed: Tue Apr 19 16:31:50 2016 +0530 ---------------------------------------------------------------------- ui/scripts/ui/widgets/multiEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ----------------------------------------------------------------------
