Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
8508dba8
Commit
8508dba8
authored
Jul 14, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应用调试列表图标
parent
89d45c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/pages/workbench/yygl/app_debugger.vue
src/pages/workbench/yygl/app_debugger.vue
+5
-5
No files found.
src/pages/workbench/yygl/app_debugger.vue
View file @
8508dba8
...
...
@@ -258,16 +258,16 @@ export default {
this
.
tableData
.
push
({
icon
:
e
.
podStatus
.
status
==
"
Running
"
?
'
1
'
:
e
.
podStatus
.
status
==
"
Succeeded
"
?
'
2
'
:
'
3
'
,
icon
:
e
.
podStatus
.
status
==
"
ContainerCreating
"
||
e
.
podStatus
.
status
==
"
Pending
"
?
'
3
'
:
e
.
podStatus
.
status
==
"
Succeeded
"
?
'
2
'
:
e
.
podStatus
.
status
==
"
Failed
"
?
'
4
'
:
'
1
'
,
name
:
e
.
objectMeta
.
name
,
tag
:
temp_tag
,
node
:
e
.
nodeName
,
state
:
e
.
podStatus
.
status
,
times
:
e
.
restartCount
,
cpu
:
e
.
metrics
&&
e
.
metrics
.
cpuUsageHistory
?
this
.
cpu_deal
(
e
.
metrics
.
cpuUsageHistory
):
''
,
cpu_use
:
e
.
metrics
.
cpuUsage
&&
e
.
metrics
?
e
.
metrics
.
cpuUsage
:
''
,
mermoy
:
e
.
metrics
.
memoryUsageHistory
&&
e
.
metrics
?
this
.
cpu_deal
(
e
.
metrics
.
memoryUsageHistory
):
''
,
memory_use
:
e
.
metrics
.
memoryUsage
&&
e
.
metrics
?
e
.
metrics
.
memoryUsage
:
''
,
cpu
:
e
.
metrics
&&
e
.
metrics
.
cpuUsageHistory
?
this
.
cpu_deal
(
e
.
metrics
.
cpuUsageHistory
):
[]
,
cpu_use
:
e
.
metrics
&&
e
.
metrics
.
cpuUsage
?
e
.
metrics
.
cpuUsage
:
''
,
mermoy
:
e
.
metrics
&&
e
.
metrics
.
memoryUsageHistory
?
this
.
cpu_deal
(
e
.
metrics
.
memoryUsageHistory
):[]
,
memory_use
:
e
.
metrics
&&
e
.
metrics
.
memoryUsage
?
e
.
metrics
.
memoryUsage
:
''
,
time
:
temp_time
,
namespace
:
this
.
formInline
.
area
})
...
...
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