|
|
|
@ -93,6 +93,7 @@ export class GfAdminOverviewComponent implements OnInit { |
|
|
|
protected hasPermissionForSystemMessage: boolean; |
|
|
|
protected hasPermissionToSyncDemoUserAccount: boolean; |
|
|
|
protected hasPermissionToToggleReadOnlyMode: boolean; |
|
|
|
protected readonly info: InfoItem; |
|
|
|
protected isDataGatheringEnabled: boolean; |
|
|
|
protected readonly permissions = permissions; |
|
|
|
protected systemMessage: SystemMessage; |
|
|
|
@ -100,8 +101,6 @@ export class GfAdminOverviewComponent implements OnInit { |
|
|
|
protected user: User; |
|
|
|
protected version: string; |
|
|
|
|
|
|
|
private info: InfoItem; |
|
|
|
|
|
|
|
private readonly adminService = inject(AdminService); |
|
|
|
private readonly cacheService = inject(CacheService); |
|
|
|
private readonly changeDetectorRef = inject(ChangeDetectorRef); |
|
|
|
@ -152,7 +151,7 @@ export class GfAdminOverviewComponent implements OnInit { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
public get activitiesCountPerUser() { |
|
|
|
protected get activitiesCountPerUser() { |
|
|
|
if (!this.activitiesCount || !this.userCount) { |
|
|
|
return undefined; |
|
|
|
} |
|
|
|
|