...
|
...
|
@@ -33,11 +33,11 @@ layui.define(['commonDetail', 'common', 'sessions'], function (exports) { |
|
|
async: false,
|
|
|
success: function (res) {
|
|
|
if (res.success){
|
|
|
if (res.object.snapshotResState.length > 0){
|
|
|
if (res.object.snapshotResState != null && res.object.snapshotResState.length > 0){
|
|
|
commonDetail.snapshotRenderResHealth(res.object.snapshotResState);
|
|
|
}
|
|
|
commonDetail.anapshotRenderTextCols('hostminicomputerpartition_jbxx',res.object.snapshotBaseInformationList,2);
|
|
|
if (res.object.importantInformationList.length > 0){
|
|
|
if (res.object.importantInformationList != null && res.object.importantInformationList.length > 0){
|
|
|
commonDetail.anapshotRenderTextCols('hostminicomputerpartition_sysfile',res.object.importantInformationList,2);
|
|
|
}else {
|
|
|
$("#hostminicomputerpartition_sysfile").html('<div style="text-align:center;"><span style="line-height: 150px; padding:20px;font-style:normal;">暂无数据</span></div>')
|
...
|
...
|
|