ui: fix migrate host form no host popup (#3682)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2019-11-14 19:08:34 +05:30 committed by Daan Hoogland
parent 02714f263e
commit 701f606dc9

View File

@ -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')
});
}
}
});