Feature: Allow monitoring access to tasks summary (#12624)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Trenton H
2026-04-22 13:48:54 -07:00
committed by GitHub
co-authored by shamoon
parent 2a20cc29a6
commit 0c25c2dac5
14 changed files with 133 additions and 21 deletions
@@ -261,7 +261,7 @@ export class PermissionsSelectComponent
// Global statistics and system status only support view
if (
type === PermissionType.GlobalStatistics ||
type === PermissionType.SystemStatus
type === PermissionType.SystemMonitoring
) {
return action === PermissionAction.View
}