mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
fix(docker): container health alignment EE-5008 (#8553)
This commit is contained in:
parent
b3e72ecaa0
commit
5f66020e42
1 changed files with 21 additions and 25 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue