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
FengRuwei
2016-07-26 12:52:27 +0800
Commit
8636f0348012012a2508ed7140549a6930e08c92
1 parent
2b66b278
增加时间列宽度
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/javaapi/javaApiList.jsp
monitor-ui-web/src/main/webapp/jsp/javaapi/javaApiList.jsp
View file @
8636f03
...
...
@@ -461,7 +461,7 @@
var
div
=
$
(
"<div >"
).
attr
(
'id'
,
'uptime_'
+
rowData
.
serviceId
);
return
div
;
},
width
:
"
8
%"
width
:
"
10
%"
},
{
title
:
"运行状态"
,
...
...
Please
register
or
login
to post a comment