diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html deleted file mode 100644 index 44aee1644..000000000 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ /dev/null @@ -1,84 +0,0 @@ -
Alias | -- {{ element.alias }} - | -Grantee | -- {{ element.grantee }} - | -Permission | -
-
- @if (element.permissions.includes('READ')) {
-
- |
- Details | -
- @if (element.type === 'PUBLIC') {
-
- @if (user?.settings?.isExperimentalFeatures) {
-
-
- }
- }
- GET {{ baseUrl }}/api/v1/public/{{
- element.id
- }}/portfolio
- |
- - - |
-
- - } - - |
-
---|