mirror of https://github.com/portainer/portainer
fix(azure): correctly sort container ports [EE-4076] (#7550)
parent
11f0574ad3
commit
a2a35a1851
|
@ -10,7 +10,6 @@ export const ports: Column<ContainerGroup> = {
|
|||
disableFilters: true,
|
||||
Filter: () => null,
|
||||
canHide: true,
|
||||
sortType: 'string',
|
||||
Cell: PortsCell,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue