Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
34569458
authored
Mar 25, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Rolling log
parent
76794031
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
14 deletions
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/joblog.detail.ftl
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.css.map
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.min.css
xxl-job-admin/src/main/webapp/static/js/joblog.detail.1.js
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
View file @
34569458
...
@@ -170,12 +170,12 @@
...
@@ -170,12 +170,12 @@
<#macro commonFooter >
<#macro commonFooter >
<footer class="main-footer">
<footer class="main-footer">
Powered by <b>XXL-JOB</b> 1.6
<div class="pull-right hidden-xs">
<div class="pull-right hidden-xs">
<b>Version</b> 1.6
<strong>Copyright © 2015-${.now?string('yyyy')}
<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>
<a href="http://my.oschina.net/xuxueli/blog/690978" target="_blank" >oschina</a>
</strong><!-- All rights reserved. -->
</div>
</div>
<strong>Copyright © 2015-${.now?string('yyyy')}
<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>
<a href="http://my.oschina.net/xuxueli/blog/690978" target="_blank" >oschina</a>
</strong><!-- All rights reserved. -->
</footer>
</footer>
</#macro>
</#macro>
\ No newline at end of file
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/joblog.detail.ftl
View file @
34569458
...
@@ -4,10 +4,6 @@
...
@@ -4,10 +4,6 @@
<title>
任务调度中心
</title>
<title>
任务调度中心
</title>
<
#
import
"/
common
/
common
.
macro
.
ftl
"
as
netCommon
>
<
#
import
"/
common
/
common
.
macro
.
ftl
"
as
netCommon
>
<
@
netCommon
.
commonStyle
/>
<
@
netCommon
.
commonStyle
/>
<style>
html
{
background-color
:
whitesmoke
;
}
.skin-blue
.wrapper
{
background-color
:
whitesmoke
;
}
</style>
</head>
</head>
<body
class=
"hold-transition skin-blue layout-top-nav"
>
<body
class=
"hold-transition skin-blue layout-top-nav"
>
...
@@ -47,11 +43,11 @@
...
@@ -47,11 +43,11 @@
</nav>
</nav>
</header>
</header>
<div>
<div
class=
"content-wrapper"
>
<pre>
<pre
style=
"font-size:12px;position: absolute; height:100%;width:100%;"
id=
"logConsolePre"
>
<div
id=
"logConsole"
></div>
<div
id=
"logConsole"
></div>
<li
class=
"fa fa-refresh fa-spin"
style=
"font-size: 20px;float: left;"
id=
"logConsoleRunning"
></li>
<li
class=
"fa fa-refresh fa-spin"
style=
"font-size: 20px;float: left;"
id=
"logConsoleRunning"
></li>
<div
style=
"margin-top: 50px;"
></div>
<div
><hr><i
class=
"fa fa-fw fa-hand-pointer-o"
></i><hr
></div>
</pre>
</pre>
</div>
</div>
...
...
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.css.map
100644 → 100755
View file @
34569458
This diff could not be displayed because it is too large.
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.min.css
100644 → 100755
View file @
34569458
This diff could not be displayed because it is too large.
xxl-job-admin/src/main/webapp/static/js/joblog.detail.1.js
View file @
34569458
...
@@ -58,7 +58,8 @@ $(function() {
...
@@ -58,7 +58,8 @@ $(function() {
pullFailCount
=
0
;
pullFailCount
=
0
;
// scroll to bottom
// scroll to bottom
scrollTo
(
0
,
document
.
body
.
scrollHeight
);
//scrollTo(0, document.body.scrollHeight);
$
(
'#logConsolePre'
).
scrollTop
(
document
.
body
.
scrollHeight
+
300
);
}
else
{
}
else
{
console
.
log
(
'pullLog fail:'
+
data
.
msg
);
console
.
log
(
'pullLog fail:'
+
data
.
msg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment