mirror of https://github.com/portainer/portainer
fix(containers): make table wider [EE-3944] (#7487)
parent
d85149e328
commit
f480e0ccf6
|
@ -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>
|
||||
<ContainersDatatable
|
||||
isHostColumnVisible={isHostColumnVisible}
|
||||
environment={environment}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue