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:
parent
d85149e328
commit
f480e0ccf6
1 changed files with 4 additions and 8 deletions
|
@ -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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue