From 701f606dc9d8791e9df34686af52382fb00b1cbf 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 201796375b1..3e54a77c084 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') - }); } } });