File tree Expand file tree Collapse file tree 6 files changed +0
-52
lines changed Expand file tree Collapse file tree 6 files changed +0
-52
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import {
3333 formatSecondsToHours ,
3434} from '../../../utils/dataFormatters/dataFormatters' ;
3535import { useTypedDispatch , useTypedSelector } from '../../../utils/hooks' ;
36- import { Acl } from '../Acl/Acl' ;
3736import { EntityTitle } from '../EntityTitle/EntityTitle' ;
3837import { SchemaViewer } from '../Schema/SchemaViewer/SchemaViewer' ;
3938import { useCurrentSchema } from '../TenantContext' ;
@@ -366,9 +365,6 @@ export function ObjectSummary({
366365
367366 const renderTabContent = ( ) => {
368367 switch ( summaryTab ) {
369- case TENANT_SUMMARY_TABS_IDS . acl : {
370- return < Acl /> ;
371- }
372368 case TENANT_SUMMARY_TABS_IDS . schema : {
373369 return < SchemaViewer type = { type } path = { path } tenantName = { tenantName } /> ;
374370 }
Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ export const TENANT_INFO_TABS = [
3333 id : TENANT_SUMMARY_TABS_IDS . overview ,
3434 title : 'Overview' ,
3535 } ,
36- {
37- id : TENANT_SUMMARY_TABS_IDS . acl ,
38- title : 'ACL' ,
39- } ,
4036] ;
4137
4238export const TENANT_SCHEMA_TAB = [
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ export const TENANT_DIAGNOSTICS_TABS_IDS = {
3434
3535export const TENANT_SUMMARY_TABS_IDS = {
3636 overview : 'overview' ,
37- acl : 'acl' ,
3837 schema : 'schema' ,
3938} as const ;
4039
You can’t perform that action at this time.
0 commit comments