Skip to content

Commit 97a158c

Browse files
authored
fix(ui): add title on permission tab (#6155)
1 parent a28b9d2 commit 97a158c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/app/views/project/show/project.component.ts

+2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ export class ProjectShowComponent implements OnInit, OnDestroy, AfterViewInit {
152152
icon: 'font',
153153
key: 'variables'
154154
}, <Tab>{
155+
title: 'Permissions',
155156
key: 'permissions',
157+
icon: 'users',
156158
}, <Tab>{
157159
title: 'Keys',
158160
icon: 'privacy',

0 commit comments

Comments
 (0)