mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-28 01:32:15 +01:00
Remove push option for project access log component (#15629)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
0490d96d7d
commit
ce1cb0cb88
@ -67,7 +67,6 @@ export class AuditLogComponent implements OnInit {
|
||||
filterOptions: FilterOption[] = [
|
||||
new FilterOption('all', 'AUDIT_LOG.ALL_OPERATIONS', true),
|
||||
new FilterOption('pull', 'AUDIT_LOG.PULL', true),
|
||||
new FilterOption('push', 'AUDIT_LOG.PUSH', true),
|
||||
new FilterOption('create', 'AUDIT_LOG.CREATE', true),
|
||||
new FilterOption('delete', 'AUDIT_LOG.DELETE', true),
|
||||
new FilterOption('others', 'AUDIT_LOG.OTHERS', true)
|
||||
|
Loading…
Reference in New Issue
Block a user