Commit 45cb39e9 authored by BaiJiangJie's avatar BaiJiangJie Committed by 老广

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

parent 2df1dd2b
...@@ -28,7 +28,7 @@ REMOTE_APP_TYPE_CHOICES = ( ...@@ -28,7 +28,7 @@ REMOTE_APP_TYPE_CHOICES = (
( (
_('Virtualization tools'), _('Virtualization tools'),
( (
(REMOTE_APP_TYPE_VMWARE_CLIENT, 'VMware Client'), (REMOTE_APP_TYPE_VMWARE_CLIENT, 'vSphere Client'),
) )
), ),
(REMOTE_APP_TYPE_CUSTOM, _('Custom')), (REMOTE_APP_TYPE_CUSTOM, _('Custom')),
......
...@@ -80,7 +80,7 @@ var app_type_map_default_fields_value = { ...@@ -80,7 +80,7 @@ var app_type_map_default_fields_value = {
'app_path': 'C:\\Program Files\\MySQL\\MySQL Workbench 8.0 CE\\MySQLWorkbench.exe' 'app_path': 'C:\\Program Files\\MySQL\\MySQL Workbench 8.0 CE\\MySQLWorkbench.exe'
}, },
'vmware_client': { 'vmware_client': {
'app_path': '' 'app_path': 'C:\\Program Files (x86)\\VMware\\Infrastructure\\Virtual Infrastructure Client\\Launcher\\VpxClient.exe'
}, },
'custom': {'app_path': ''} 'custom': {'app_path': ''}
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment