mirror of https://github.com/jumpserver/jumpserver
[Bugfix] 修改终端命令类型 MAPPING(elasticsearch -> es)
parent
b4d164954d
commit
1a1f20920d
|
@ -6,6 +6,7 @@ from common import utils
|
|||
|
||||
TYPE_ENGINE_MAPPING = {
|
||||
'elasticsearch': 'terminal.backends.command.es',
|
||||
'es': 'terminal.backends.command.es',
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue