Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
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
lingmin
8 years ago
Commit
789db9e0f7213ddc8c7092d253dcaad469ce00e5
1 parent
d452360b
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
monitor-ui-web/src/main/webapp/jsp/javaMonitor/javaMonitor.jsp
monitor-ui-web/src/main/webapp/jsp/javaMonitor/javaMonitor.jsp
View file @
789db9e
...
...
@@ -33,15 +33,15 @@
<h5>
Java服务监控曲线
</h5>
</div>
<div
class=
"widget-content nopadding"
>
<div
class=
"widget-title"
style=
"height:
3
00px;"
>
<div
class=
"widget-title"
style=
"height:
4
00px;"
>
<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: 72
0px"
>
<div
id=
"timesCharts"
class=
"input-group"
style=
"
height: 380px;width: 760px;margin-left: 10
0px"
>
</div>
</div>
</div>
...
...
@@ -410,12 +410,12 @@
field
:
"cpuRate"
,
width
:
"10%"
},{
title
:
"可用内存/总内存(M)"
,
title
:
"可用内存/总内存(M
B
)"
,
field
:
"memoryRate"
,
width
:
"10%"
},{
title
:
"带宽(IN/OUT)(
kb
ps)"
,
title
:
"带宽(IN/OUT)(
KB
ps)"
,
field
:
"bandwidth"
,
width
:
"10%"
...
...
@@ -528,7 +528,7 @@
field
:
"cpuRate"
,
width
:
"10%"
},{
title
:
"可用内存/总内存(M)"
,
title
:
"可用内存/总内存(M
B
)"
,
field
:
"memoryRate"
,
// formatter: function (value, rowData, rowIndex) {
// if (rowData.apiToggle == 0)
...
...
@@ -539,7 +539,7 @@
width
:
"10%"
},{
title
:
"带宽(IN/OUT)(
kb
ps)"
,
title
:
"带宽(IN/OUT)(
KB
ps)"
,
field
:
"bandwidth"
,
width
:
"15%"
...
...
@@ -649,7 +649,7 @@
field
:
"cpuRate"
,
width
:
"10%"
},{
title
:
"可用内存/总内存(M)"
,
title
:
"可用内存/总内存(M
B
)"
,
field
:
"memoryRate"
,
// formatter: function (value, rowData, rowIndex) {
// if (rowData.apiToggle == 0)
...
...
@@ -660,7 +660,7 @@
width
:
"10%"
},{
title
:
"带宽(IN/OUT)(
kb
ps)"
,
title
:
"带宽(IN/OUT)(
KB
ps)"
,
field
:
"bandwidth"
,
width
:
"15%"
...
...
Please
register
or
login
to post a comment