mirror of https://github.com/jumpserver/jumpserver
fix: oracle Ping 失败
parent
4e20cf6036
commit
afb49f4040
|
@ -5,8 +5,6 @@ from collections import defaultdict
|
||||||
|
|
||||||
from django.utils.translation import gettext as _
|
from django.utils.translation import gettext as _
|
||||||
|
|
||||||
from accounts.const import AutomationTypes
|
|
||||||
|
|
||||||
__all__ = ['JMSInventory']
|
__all__ = ['JMSInventory']
|
||||||
|
|
||||||
|
|
||||||
|
@ -79,6 +77,7 @@ class JMSInventory:
|
||||||
return var
|
return var
|
||||||
|
|
||||||
def make_account_vars(self, host, asset, account, automation, protocol, platform, gateway):
|
def make_account_vars(self, host, asset, account, automation, protocol, platform, gateway):
|
||||||
|
from accounts.const import AutomationTypes
|
||||||
if not account:
|
if not account:
|
||||||
host['error'] = _("No account available")
|
host['error'] = _("No account available")
|
||||||
return host
|
return host
|
||||||
|
|
Loading…
Reference in New Issue