From 97a158c91e6d46a3438a820363232182fb7d58f0 Mon Sep 17 00:00:00 2001 From: Guiheux Steven Date: Tue, 26 Apr 2022 16:15:55 +0200 Subject: [PATCH] fix(ui): add title on permission tab (#6155) --- ui/src/app/views/project/show/project.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/app/views/project/show/project.component.ts b/ui/src/app/views/project/show/project.component.ts index 16003fbb0c..e84d5ffab5 100644 --- a/ui/src/app/views/project/show/project.component.ts +++ b/ui/src/app/views/project/show/project.component.ts @@ -152,7 +152,9 @@ export class ProjectShowComponent implements OnInit, OnDestroy, AfterViewInit { icon: 'font', key: 'variables' }, { + title: 'Permissions', key: 'permissions', + icon: 'users', }, { title: 'Keys', icon: 'privacy',