mirror of https://github.com/jumpserver/jumpserver
parent
f8ac83d5c7
commit
571e9b1878
|
@ -69,7 +69,10 @@ class HostTypes(BaseType):
|
|||
return {
|
||||
cls.LINUX: [
|
||||
{'name': 'Linux'},
|
||||
{'name': GATEWAY_NAME}
|
||||
{
|
||||
'name': GATEWAY_NAME,
|
||||
'domain_enabled': False,
|
||||
}
|
||||
],
|
||||
cls.UNIX: [
|
||||
{'name': 'Unix'},
|
||||
|
|
Loading…
Reference in New Issue