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
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
1394dc8cea12bb9732ff58e70ffeecfb279890f6
1 parent
9182af50
快照详情页资源状态优化
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 @
1394dc8
...
...
@@ -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