Authored by lingmin

update

... ... @@ -33,15 +33,15 @@
<h5>Java服务监控曲线</h5>
</div>
<div class="widget-content nopadding">
<div class="widget-title" style="height: 300px;">
<div class="widget-title" style="height: 400px;">
<div class="col-sm-5 control-label" role="form" id="chartterDiv"
style=" margin-top: 12px;margin-left: 10px;float: left;">
<div id="costCharts" class="input-group" style="float: left;height: 280px;width: 720px">
style=" margin-top: 12px;margin-left: 10px;">
<div id="costCharts" class="input-group" style="height: 380px;width: 760px">
</div>
</div>
<div class="col-sm-5 control-label" role="form" id="chartterDiv1"
style=" margin-top: 12px;margin-left: 25px;float: left;">
<div id="timesCharts" class="input-group" style="float: left;height: 280px;width: 720px">
<div id="timesCharts" class="input-group" style="height: 380px;width: 760px;margin-left: 100px">
</div>
</div>
</div>
... ... @@ -410,12 +410,12 @@
field: "cpuRate",
width: "10%"
},{
title: "可用内存/总内存(M)",
title: "可用内存/总内存(MB)",
field: "memoryRate",
width: "10%"
},{
title: "带宽(IN/OUT)(kbps)",
title: "带宽(IN/OUT)(KBps)",
field: "bandwidth",
width: "10%"
... ... @@ -528,7 +528,7 @@
field: "cpuRate",
width: "10%"
},{
title: "可用内存/总内存(M)",
title: "可用内存/总内存(MB)",
field: "memoryRate",
// formatter: function (value, rowData, rowIndex) {
// if (rowData.apiToggle == 0)
... ... @@ -539,7 +539,7 @@
width: "10%"
},{
title: "带宽(IN/OUT)(kbps)",
title: "带宽(IN/OUT)(KBps)",
field: "bandwidth",
width: "15%"
... ... @@ -649,7 +649,7 @@
field: "cpuRate",
width: "10%"
},{
title: "可用内存/总内存(M)",
title: "可用内存/总内存(MB)",
field: "memoryRate",
// formatter: function (value, rowData, rowIndex) {
// if (rowData.apiToggle == 0)
... ... @@ -660,7 +660,7 @@
width: "10%"
},{
title: "带宽(IN/OUT)(kbps)",
title: "带宽(IN/OUT)(KBps)",
field: "bandwidth",
width: "15%"
... ...