Skip to content

Commit 43c06e0

Browse files
committed
feat(lib): support for consent hubs
* Added new icon for consent hubs to custom-icon.service.ts. * Added new table configuration.
1 parent f11e6ba commit 43c06e0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

libs/config/table-config/src/lib/table-config.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ export const TABLE_ADD_RESOURCES_TAGS_TO_RESOURCE = '76';
107107
export const TABLE_SERVICE_MEMBERS = '77';
108108
export const TABLE_ASSIGN_RESOURCE_TO_GROUP = '78';
109109
export const TABLE_AUDIT_MESSAGES = '79';
110+
export const TABLE_CONSENT_HUBS = '80';

libs/perun/services/src/lib/custom-icon.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ export class CustomIconService {
196196
url: 'assets/img/PerunWebImages/roles.svg',
197197
name: 'perun-roles',
198198
},
199+
{
200+
url: 'assets/img/PerunWebImages/consent-white.svg',
201+
name: 'perun-consent-hubs',
202+
},
199203
];
200204

201205
registerPerunRefreshIcon() {

0 commit comments

Comments
 (0)