mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix migrate host form no host popup (#3682)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
02714f263e
commit
701f606dc9
@ -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…
x
Reference in New Issue
Block a user