提交 45cb39e9 编写于 作者: B BaiJiangJie 提交者: baltery

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

上级 2df1dd2b
......@@ -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': ''}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册