[Update] RemoteApp设置type vSphere Client的默认路径 (#2725)

pull/2728/head
BaiJiangJie 2019-05-23 18:52:39 +08:00 committed by 老广
parent 2df1dd2bb1
commit 45cb39e971
2 changed files with 2 additions and 2 deletions

View File

@ -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')),

View File

@ -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': ''}
};