Skip to content

Commit

Permalink
fix(ui): add title on permission tab (#6155)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Apr 26, 2022
1 parent a28b9d2 commit 97a158c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/app/views/project/show/project.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ export class ProjectShowComponent implements OnInit, OnDestroy, AfterViewInit {
icon: 'font',
key: 'variables'
}, <Tab>{
title: 'Permissions',
key: 'permissions',
icon: 'users',
}, <Tab>{
title: 'Keys',
icon: 'privacy',
Expand Down

0 comments on commit 97a158c

Please sign in to comment.