mirror of
https://github.com/dkmstr/openuds.git
synced 2025-10-19 07:33:39 +03:00
OS Managers, in fact, provides a single type of "service (That is, VDI or VAPP, ...) but not mor than one
This commit is contained in:
@@ -257,10 +257,10 @@ class Services(DetailHandler): # pylint: disable=too-many-public-methods
|
||||
'description': _(t.description()),
|
||||
'icon': t.icon64().replace('\n', ''),
|
||||
}
|
||||
for t in parent.getType().getServicesTypes()
|
||||
for t in parent.getType().getProvidedServices()
|
||||
]
|
||||
else:
|
||||
for t in parent.getType().getServicesTypes():
|
||||
for t in parent.getType().getProvidedServices():
|
||||
if forType == t.type():
|
||||
offers = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user