forked from shaba/openuds
Fixed transports sorting on metapools
This commit is contained in:
parent
420b78d45d
commit
36acb0b0c0
@ -139,7 +139,7 @@ def getServicesData(
|
||||
'id': idd(i),
|
||||
'name': i.name,
|
||||
'link': html.udsAccessLink(request, 'M' + meta.uuid, idd(i)),
|
||||
'priority': 0,
|
||||
'priority': i.priority,
|
||||
}
|
||||
for i in transports
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user