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
05e885fb65abf01a23fd6467eb33632a7ec11b98
1 parent
e11b76ee
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
monitor-ui-web/src/main/webapp/jsp/javaApiMonitor/javaApiMonitor.jsp
monitor-ui-web/src/main/webapp/jsp/javaApiMonitor/javaApiMonitor.jsp
View file @
05e885f
...
...
@@ -274,7 +274,7 @@
getJavaIp
(
1
);
$
(
"#infoTable"
).
table
({
columnAutoWidth
:
fals
e
,
columnAutoWidth
:
tru
e
,
url
:
contextPath
+
"/javaApiMonitor/queryByServiceTypeAndIP"
,
striped
:
true
,
dataType
:
"json"
,
...
...
@@ -528,7 +528,7 @@
//加载表格
$
(
"#infoTable1"
).
table
({
columnAutoWidth
:
fals
e
,
columnAutoWidth
:
tru
e
,
striped
:
true
,
dataType
:
"json"
,
sortOrder
:
"desc"
,
...
...
@@ -709,7 +709,7 @@
//加载表格
$
(
"#infoTable2"
).
table
({
columnAutoWidth
:
fals
e
,
columnAutoWidth
:
tru
e
,
striped
:
true
,
dataType
:
"json"
,
sortOrder
:
"desc"
,
...
...
@@ -892,7 +892,7 @@
//加载表格
$
(
"#infoTable3"
).
table
({
columnAutoWidth
:
fals
e
,
columnAutoWidth
:
tru
e
,
striped
:
true
,
dataType
:
"json"
,
sortOrder
:
"desc"
,
...
...
Please
register
or
login
to post a comment