1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(containers): make table wider [EE-3944] (#7487)

This commit is contained in:
Chaim Lev-Ari 2022-08-17 12:49:29 +03:00 committed by GitHub
parent d85149e328
commit f480e0ccf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,14 +25,10 @@ export function ListView({ endpoint: environment }: Props) {
reload
/>
<div className="row">
<div className="col-sm-12">
<ContainersDatatable
isHostColumnVisible={isHostColumnVisible}
environment={environment}
/>
</div>
</div>
</>
);
}