From c8681f58376885bc3df1692618c1652b63829b5d Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 14 Nov 2019 19:08:34 +0530 Subject: [PATCH] ui: fix migrate host form no host popup (#3682) Signed-off-by: Abhishek Kumar --- ui/scripts/instances.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 86d49c9a54c..436183af835 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -2004,14 +2004,10 @@ args.response.success({ data: items }); - } else if(args.page == 1) { + } else { args.response.success({ data: null }); - } else { - cloudStack.dialog.notice({ - message: _l('message.no.more.hosts.available') - }); } } });