Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
afddce5ee901b814d5c78fc995fe723cc4417e45
2 parents
203c8c0e
f68c9469
Merge branch 'master-500-dev-xwx' into 'master-500-dev'
快照详情页资源状态优化 See merge request
!766
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/snapshot_detail.js
hg-monitor-web-base/src/main/resources/static/src/controller/snapshot_detail.js
View file @
afddce5
...
...
@@ -33,7 +33,7 @@ layui.define(['commonDetail', 'common', 'sessions'], function (exports) {
async
:
false
,
success
:
function
(
res
)
{
if
(
res
.
success
){
if
(
res
.
object
.
snapshotResState
!=
null
&&
res
.
object
.
snapshotResState
.
length
>
0
){
if
(
res
.
object
.
snapshotResState
){
commonDetail
.
snapshotRenderResHealth
(
res
.
object
.
snapshotResState
);
}
commonDetail
.
anapshotRenderTextCols
(
'hostminicomputerpartition_jbxx'
,
res
.
object
.
snapshotBaseInformationList
,
2
);
...
...
Please
register
or
login
to post a comment