fix(docker): container health alignment EE-5008 (#8553)
parent
b3e72ecaa0
commit
5f66020e42
|
@ -22,8 +22,6 @@ interface Props {
|
|||
|
||||
export function HealthStatus({ health }: Props) {
|
||||
return (
|
||||
<div className="row">
|
||||
<div className="col-lg-12 col-md-12 col-xs-12">
|
||||
<TableContainer>
|
||||
<TableTitle label="Container health" icon={Server} />
|
||||
|
||||
|
@ -48,7 +46,5 @@ export function HealthStatus({ health }: Props) {
|
|||
</DetailsTable.Row>
|
||||
</DetailsTable>
|
||||
</TableContainer>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue