mirror of https://github.com/apache/cloudstack.git
ui: fix migrate host form no host popup (#3682)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
96d98de85c
commit
c8681f5837
|
|
@ -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')
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue