File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ import ResponseCodesChart from '../charts/ResponseCodesChart';
15
15
import TrafficChart from '../charts/TrafficChart' ;
16
16
import DockerChart from '../charts/DockerChart' ;
17
17
import RouteChart from '../charts/RouteChart' ;
18
- import GRPCLogsTable from '../charts/GRPCLogsTable' ;
19
18
import LogsTable from '../charts/LogsTable' ;
20
19
import '../stylesheets/GraphsContainer.scss' ;
21
- import GRPCStatusCodesChart from '../charts/GRPCStatusCodesChart' ;
22
20
23
21
export interface Params {
24
22
app : any ;
@@ -77,7 +75,6 @@ const GraphsContainer: React.FC<GraphsContainerProps> = React.memo(function Grap
77
75
< ResponseCodesChart />
78
76
< TrafficChart />
79
77
< RouteChart />
80
- < GRPCLogsTable />
81
78
</ div >
82
79
) : (
83
80
< div className = "graphs" >
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import CommunicationModel from '../models/CommunicationsModel';
7
7
import HealthModelFunc from '../models/HealthModel' ;
8
8
import ServicesModel from '../models/ServicesModel' ;
9
9
import DockerModelFunc from '../models/DockerModel' ;
10
- import GRPCCommunicationsModel from '../models/GRPCCommunicationsModel' ;
11
10
12
11
// Initiate pool variable for SQL setup
13
12
let pool : any ;
You can’t perform that action at this time.
0 commit comments