Skip to content

Commit 701f606

Browse files
shwstpprDaanHoogland
authored andcommitted
ui: fix migrate host form no host popup (#3682)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 02714f2 commit 701f606

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ui/scripts/instances.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,14 +2004,10 @@
20042004
args.response.success({
20052005
data: items
20062006
});
2007-
} else if(args.page == 1) {
2007+
} else {
20082008
args.response.success({
20092009
data: null
20102010
});
2011-
} else {
2012-
cloudStack.dialog.notice({
2013-
message: _l('message.no.more.hosts.available')
2014-
});
20152011
}
20162012
}
20172013
});

0 commit comments

Comments
 (0)