diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 9cd3284d0d4..ababa55e30b 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -1486,6 +1486,8 @@ dataType: 'json', async: true, success: function(data) { + var lbCreationComplete = false; + args.response.success({ fullRefresh: true, _custom: { @@ -1499,7 +1501,13 @@ pollAsyncJobResult({ _custom: args._custom, - complete: function(args) { + complete: function(args) { + if (lbCreationComplete) { + return; + } + + lbCreationComplete = true; + // Create stickiness policy if (stickyData && stickyData.methodname &&