mirror of https://github.com/jumpserver/jumpserver
[Update] RemoteApp设置type vSphere Client的默认路径 (#2725)
parent
2df1dd2bb1
commit
45cb39e971
|
@ -28,7 +28,7 @@ REMOTE_APP_TYPE_CHOICES = (
|
|||
(
|
||||
_('Virtualization tools'),
|
||||
(
|
||||
(REMOTE_APP_TYPE_VMWARE_CLIENT, 'VMware Client'),
|
||||
(REMOTE_APP_TYPE_VMWARE_CLIENT, 'vSphere Client'),
|
||||
)
|
||||
),
|
||||
(REMOTE_APP_TYPE_CUSTOM, _('Custom')),
|
||||
|
|
|
@ -80,7 +80,7 @@ var app_type_map_default_fields_value = {
|
|||
'app_path': 'C:\\Program Files\\MySQL\\MySQL Workbench 8.0 CE\\MySQLWorkbench.exe'
|
||||
},
|
||||
'vmware_client': {
|
||||
'app_path': ''
|
||||
'app_path': 'C:\\Program Files (x86)\\VMware\\Infrastructure\\Virtual Infrastructure Client\\Launcher\\VpxClient.exe'
|
||||
},
|
||||
'custom': {'app_path': ''}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue