We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11e6ba commit 43c06e0Copy full SHA for 43c06e0
libs/config/table-config/src/lib/table-config.service.ts
@@ -107,3 +107,4 @@ export const TABLE_ADD_RESOURCES_TAGS_TO_RESOURCE = '76';
107
export const TABLE_SERVICE_MEMBERS = '77';
108
export const TABLE_ASSIGN_RESOURCE_TO_GROUP = '78';
109
export const TABLE_AUDIT_MESSAGES = '79';
110
+export const TABLE_CONSENT_HUBS = '80';
libs/perun/services/src/lib/custom-icon.service.ts
@@ -196,6 +196,10 @@ export class CustomIconService {
196
url: 'assets/img/PerunWebImages/roles.svg',
197
name: 'perun-roles',
198
},
199
+ {
200
+ url: 'assets/img/PerunWebImages/consent-white.svg',
201
+ name: 'perun-consent-hubs',
202
+ },
203
];
204
205
registerPerunRefreshIcon() {
0 commit comments