Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
coco
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
coco
Commits
d7190c5a
Commit
d7190c5a
authored
Nov 13, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改rdp协议判断
parent
47944573
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
interactive.py
coco/interactive.py
+2
-2
No files found.
coco/interactive.py
View file @
d7190c5a
...
...
@@ -311,9 +311,9 @@ class InteractiveServer:
if
assets
and
len
(
assets
)
==
1
:
asset
=
assets
[
0
]
self
.
search_result
=
None
if
asset
.
p
latform
==
"Windows"
:
if
asset
.
p
rotocol
==
"rdp"
or
asset
.
platform
.
lower
()
.
startswith
(
"windows"
)
:
self
.
client
.
send
(
warning
(
_
(
"Terminal does not support login
Windows
, "
_
(
"Terminal does not support login
rdp
, "
"please use web terminal to access"
))
)
return
...
...
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