mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 23:39:41 +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) {
|
||||
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…
Add table
Add a link
Reference in a new issue