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