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