Showing
4 changed files
with
4 additions
and
4 deletions
@@ -76,7 +76,7 @@ layui.define(['commonDetail', 'common', 'sessions'], function (exports) { | @@ -76,7 +76,7 @@ layui.define(['commonDetail', 'common', 'sessions'], function (exports) { | ||
76 | //内存使用率走势(12小时) | 76 | //内存使用率走势(12小时) |
77 | commonDetail.renderLineCharat('hostminicomputerpartition_memoryrun', resId, memoryRunKpiId, '内存使用率', 'mem'); | 77 | commonDetail.renderLineCharat('hostminicomputerpartition_memoryrun', resId, memoryRunKpiId, '内存使用率', 'mem'); |
78 | //虚拟内存使用率走势(12小时) | 78 | //虚拟内存使用率走势(12小时) |
79 | - commonDetail.renderLineCharat('hostminicomputerpartition_vmemoryrun', resId, vmemoryRunKpiId, '虚拟内存使用率', 'vmem'); | 79 | + commonDetail.renderLineCharat('hostminicomputerpartition_vmemoryrun', resId, vmemoryRunKpiId, '虚拟内存使用率', 'mem'); |
80 | //文件系统 | 80 | //文件系统 |
81 | commonDetail.renderTable('hostminicomputerpartition_sysfile', false, resId, sysfileKpiId, '文件系统', 'fs'); | 81 | commonDetail.renderTable('hostminicomputerpartition_sysfile', false, resId, sysfileKpiId, '文件系统', 'fs'); |
82 | //网卡信息 | 82 | //网卡信息 |
@@ -742,7 +742,7 @@ | @@ -742,7 +742,7 @@ | ||
742 | </script> | 742 | </script> |
743 | <!--虚拟内存使用率--> | 743 | <!--虚拟内存使用率--> |
744 | <script id="vmmemoryRateTpl" type="text/html"> | 744 | <script id="vmmemoryRateTpl" type="text/html"> |
745 | - <div class="layui-progress-wrap kpiSubDiv" data-resid={{d.resId}} data-kpiid="KPI20352505" data-flag="vmem" | 745 | + <div class="layui-progress-wrap kpiSubDiv" data-resid={{d.resId}} data-kpiid="KPI20352505" data-flag="mem" |
746 | data-name="虚拟内存使用率" | 746 | data-name="虚拟内存使用率" |
747 | data-warning="1" data-ident="1" data-trend="1"> | 747 | data-warning="1" data-ident="1" data-trend="1"> |
748 | <div class="layui-progress layui-progress-big" lay-showpercent="true"> | 748 | <div class="layui-progress layui-progress-big" lay-showpercent="true"> |
@@ -678,7 +678,7 @@ | @@ -678,7 +678,7 @@ | ||
678 | </script> | 678 | </script> |
679 | <!--虚拟内存使用率--> | 679 | <!--虚拟内存使用率--> |
680 | <script id="vmmemoryRateTpl" type="text/html"> | 680 | <script id="vmmemoryRateTpl" type="text/html"> |
681 | - <div class="layui-progress-wrap kpiSubDiv" data-resid={{d.resId}} data-kpiid="KPI20352505" data-flag="vmem" | 681 | + <div class="layui-progress-wrap kpiSubDiv" data-resid={{d.resId}} data-kpiid="KPI20352505" data-flag="mem" |
682 | data-name="虚拟内存使用率" | 682 | data-name="虚拟内存使用率" |
683 | data-warning="1" data-ident="1" data-trend="1"> | 683 | data-warning="1" data-ident="1" data-trend="1"> |
684 | <div class="layui-progress layui-progress-big" lay-showpercent="true"> | 684 | <div class="layui-progress layui-progress-big" lay-showpercent="true"> |
@@ -750,7 +750,7 @@ | @@ -750,7 +750,7 @@ | ||
750 | </script> | 750 | </script> |
751 | <!--虚拟内存使用率--> | 751 | <!--虚拟内存使用率--> |
752 | <script id="vmmemoryRateTpl" type="text/html"> | 752 | <script id="vmmemoryRateTpl" type="text/html"> |
753 | - <div class="layui-progress-wrap kpiSubDiv" data-resid={{d.resId}} data-kpiid="KPI20352505" data-flag="vmem" | 753 | + <div class="layui-progress-wrap kpiSubDiv" data-resid={{d.resId}} data-kpiid="KPI20352505" data-flag="mem" |
754 | data-name="虚拟内存使用率" | 754 | data-name="虚拟内存使用率" |
755 | data-warning="1" data-ident="1" data-trend="1"> | 755 | data-warning="1" data-ident="1" data-trend="1"> |
756 | <div class="layui-progress layui-progress-big" lay-showpercent="true"> | 756 | <div class="layui-progress layui-progress-big" lay-showpercent="true"> |
-
Please register or login to post a comment