Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
56142aa9
Commit
56142aa9
authored
Apr 17, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix debugger
parent
2efd6242
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
DropdownPanel.js
src/app/debugger/debuggerUI/vmDebugger/DropdownPanel.js
+3
-3
No files found.
src/app/debugger/debuggerUI/vmDebugger/DropdownPanel.js
View file @
56142aa9
...
@@ -65,7 +65,7 @@ DropdownPanel.prototype.setMessage = function (message) {
...
@@ -65,7 +65,7 @@ DropdownPanel.prototype.setMessage = function (message) {
if
(
!
this
.
view
)
return
if
(
!
this
.
view
)
return
this
.
view
.
querySelector
(
'.dropdownpanel .dropdownrawcontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdownrawcontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdowncontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdowncontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel
.fa-refresh
'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel
> i
'
).
style
.
display
=
'none'
this
.
message
(
message
)
this
.
message
(
message
)
}
}
...
@@ -73,7 +73,7 @@ DropdownPanel.prototype.setLoading = function () {
...
@@ -73,7 +73,7 @@ DropdownPanel.prototype.setLoading = function () {
if
(
!
this
.
view
)
return
if
(
!
this
.
view
)
return
this
.
view
.
querySelector
(
'.dropdownpanel .dropdownrawcontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdownrawcontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdowncontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdowncontent'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel
.fa-refresh
'
).
style
.
display
=
'inline-block'
this
.
view
.
querySelector
(
'.dropdownpanel
> i
'
).
style
.
display
=
'inline-block'
this
.
message
(
''
)
this
.
message
(
''
)
}
}
...
@@ -83,7 +83,7 @@ DropdownPanel.prototype.setUpdating = function () {
...
@@ -83,7 +83,7 @@ DropdownPanel.prototype.setUpdating = function () {
DropdownPanel
.
prototype
.
update
=
function
(
_data
,
_header
)
{
DropdownPanel
.
prototype
.
update
=
function
(
_data
,
_header
)
{
if
(
!
this
.
view
)
return
if
(
!
this
.
view
)
return
this
.
view
.
querySelector
(
'.dropdownpanel
.fa-refresh
'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel
> i
'
).
style
.
display
=
'none'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdowncontent'
).
style
.
display
=
'block'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdowncontent'
).
style
.
display
=
'block'
this
.
view
.
querySelector
(
'.dropdownpanel .dropdownrawcontent'
).
innerText
=
JSON
.
stringify
(
_data
,
null
,
'
\
t'
)
this
.
view
.
querySelector
(
'.dropdownpanel .dropdownrawcontent'
).
innerText
=
JSON
.
stringify
(
_data
,
null
,
'
\
t'
)
if
(
!
this
.
displayContentOnly
)
{
if
(
!
this
.
displayContentOnly
)
{
...
...
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