Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit e84479f

Browse files
author
Vladimir Shakhov
committed
fix lite in vm service
1 parent 9983a79 commit e84479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/vm/shared/vm.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class VmService extends BaseBackendService<VirtualMachine> {
107107
});
108108
}
109109

110-
public getList(params?: {}): Observable<Array<VirtualMachine>> {
110+
public getList(params?: {}, lite = false): Observable<Array<VirtualMachine>> {
111111
if (lite) {
112112
return super.getList(params);
113113
}

0 commit comments

Comments
 (0)