mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 18:59:41 +02:00
fix(azure): correctly sort container ports [EE-4076] (#7550)
This commit is contained in:
parent
11f0574ad3
commit
a2a35a1851
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ export const ports: Column<ContainerGroup> = {
|
||||||
disableFilters: true,
|
disableFilters: true,
|
||||||
Filter: () => null,
|
Filter: () => null,
|
||||||
canHide: true,
|
canHide: true,
|
||||||
sortType: 'string',
|
|
||||||
Cell: PortsCell,
|
Cell: PortsCell,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue