Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
45cb39e9
Commit
45cb39e9
authored
May 23, 2019
by
BaiJiangJie
Committed by
老广
May 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] RemoteApp设置type vSphere Client的默认路径 (#2725)
parent
2df1dd2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
const.py
apps/applications/const.py
+1
-1
remote_app_create_update.html
...ions/templates/applications/remote_app_create_update.html
+1
-1
No files found.
apps/applications/const.py
View file @
45cb39e9
...
...
@@ -28,7 +28,7 @@ REMOTE_APP_TYPE_CHOICES = (
(
_
(
'Virtualization tools'
),
(
(
REMOTE_APP_TYPE_VMWARE_CLIENT
,
'
VMwa
re Client'
),
(
REMOTE_APP_TYPE_VMWARE_CLIENT
,
'
vSphe
re Client'
),
)
),
(
REMOTE_APP_TYPE_CUSTOM
,
_
(
'Custom'
)),
...
...
apps/applications/templates/applications/remote_app_create_update.html
View file @
45cb39e9
...
...
@@ -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'
:
''
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment