@ -51,7 +51,7 @@ export class UsersPageComponent extends ComponentBase implements OnInit {
this.load();
}
private load(showInfo = false) {
public load(showInfo = false) {
this.userManagementService.getUsers(this.usersPager.pageSize, this.usersPager.skip, this.usersQuery)
.subscribe(dtos => {
this.usersItems = ImmutableArray.of(dtos.items);
@ -72,7 +72,7 @@ export class AssetsPageComponent extends AppComponentBase implements OnDestroy,
this.appName()
.switchMap(app => this.assetsService.getAssets(app, this.assetsPager.pageSize, this.assetsPager.skip, this.assertQuery))
@ -159,7 +159,7 @@ export class ContentsPageComponent extends AppComponentBase implements OnDestroy
.switchMap(app => this.contentsService.getContents(app, this.schema.name, this.contentsPager.pageSize, this.contentsPager.skip, this.contentsQuery))