How to remove tabs from the the Access module
search cancel

How to remove tabs from the the Access module

book

Article ID: 144334

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

The tabs in the access module can be hidden. This knowledge base article describes how to perform that task.

Environment

Release : 14.2

Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)

Resolution

For Endpoints tab

Add CSS Selector Name: span#endpoints.access-tab.ng-binding

Add display attribute:

Click on Add attribute, select other and give attribute name as ‘display’

Give value as ‘none’ and then save the custom css.



Follow the same for other tabs like below.

For Roles:

Add CSS Selector Name: span#roles.access-tab.ng-binding

Add display attribute with value none.



For Similar Users:

Add CSS Selector Name: span#users.access-tab.ng-binding

Add display attribute with value none.