File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/containers/AppWithClusters Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,8 @@ import {cn} from '../../../utils/cn';
88import { USE_CLUSTER_BALANCER_AS_BACKEND_KEY } from '../../../utils/constants' ;
99import { useSetting } from '../../../utils/hooks' ;
1010import { useAdditionalNodesProps } from '../../../utils/hooks/useAdditionalNodesProps' ;
11- import type {
12- GetLogsLink ,
13- GetMonitoringClusterLink ,
14- GetMonitoringLink ,
15- } from '../../../utils/monitoring' ;
11+ import type { GetLogsLink } from '../../../utils/logs' ;
12+ import type { GetMonitoringClusterLink , GetMonitoringLink } from '../../../utils/monitoring' ;
1613import { getCleanBalancerValue , prepareBackendFromBalancer } from '../../../utils/parseBalancer' ;
1714import { getBackendFromBalancerAndNodeId } from '../../../utils/prepareBackend' ;
1815import type { Cluster } from '../../Cluster/Cluster' ;
Original file line number Diff line number Diff line change 11import { useClusterBaseInfo } from '../../../store/reducers/cluster/cluster' ;
22import type { ETenantType } from '../../../types/api/tenant' ;
33import { useAdditionalNodesProps } from '../../../utils/hooks/useAdditionalNodesProps' ;
4- import type { GetLogsLink , GetMonitoringLink } from '../../../utils/monitoring' ;
4+ import type { GetLogsLink } from '../../../utils/logs' ;
5+ import type { GetMonitoringLink } from '../../../utils/monitoring' ;
56import type { Tenant } from '../../Tenant/Tenant' ;
67
78export interface ExtendedTenantProps {
You can’t perform that action at this time.
0 commit comments