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
qinchao
7 years ago
Commit
29aa9e6618e53bf52077bf437767470e66151331
1 parent
7c68e407
更新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
monitor-ui-web/src/main/webapp/jsp/javaapi/javaApi.jsp
monitor-ui-web/src/main/webapp/jsp/javaapi/javaApi.jsp
View file @
29aa9e6
...
...
@@ -103,6 +103,10 @@
</script>
<script
type=
"text/javascript"
>
$
(
function
()
{
getJavaAppType
();
});
var
getJavaAppType
=
function
()
{
$
.
ajax
({
url
:
contextPath
+
"/type/queryJavaApiType"
,
...
...
@@ -152,6 +156,13 @@
};
function
timer
()
{
refreshDashBoard
();
setTimeout
(
"timer()"
,
15000
);
};
var
createTimeStr
=
function
(
checkTime
)
{
var
now
=
new
Date
();
//当前时间
var
ctime
=
new
Date
(
Date
.
parse
(
checkTime
.
replace
(
/-/g
,
"/"
)));
...
...
@@ -228,15 +239,4 @@
};
function
timer
()
{
refreshDashBoard
();
setTimeout
(
"timer()"
,
15000
);
};
$
(
function
()
{
getJavaAppType
();
});
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment