mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 10757: override default page size only in listCfg api command
status 10757: resolved fixed
This commit is contained in:
parent
38366074c9
commit
40f24b56d0
@ -65,16 +65,6 @@ public class ListGuestOsCmd extends BaseListCmd {
|
||||
/////////////// API Implementation///////////////////
|
||||
/////////////////////////////////////////////////////
|
||||
|
||||
@Override
|
||||
public Long getPageSizeVal() {
|
||||
Long pageSize = 150L;
|
||||
Integer pageSizeInt = getPageSize();
|
||||
if (pageSizeInt != null) {
|
||||
pageSize = pageSizeInt.longValue();
|
||||
}
|
||||
return pageSize;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCommandName() {
|
||||
return s_name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user