Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
34569458
提交
34569458
authored
3月 25, 2017
作者:
xueli.xue
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rolling log
上级
76794031
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
10 行增加
和
14 行删除
+10
-14
common.macro.ftl
.../src/main/webapp/WEB-INF/template/common/common.macro.ftl
+5
-6
joblog.detail.ftl
...src/main/webapp/WEB-INF/template/joblog/joblog.detail.ftl
+3
-7
bootstrap.css.map
...in/webapp/static/adminlte/bootstrap/css/bootstrap.css.map
+0
-0
bootstrap.min.css
...in/webapp/static/adminlte/bootstrap/css/bootstrap.min.css
+0
-0
joblog.detail.1.js
xxl-job-admin/src/main/webapp/static/js/joblog.detail.1.js
+2
-1
没有找到文件。
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
浏览文件 @
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
浏览文件 @
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
浏览文件 @
34569458
This source diff could not be displayed because it is too large. You can
view the blob
instead.
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.min.css
100644 → 100755
浏览文件 @
34569458
This source diff could not be displayed because it is too large. You can
view the blob
instead.
xxl-job-admin/src/main/webapp/static/js/joblog.detail.1.js
浏览文件 @
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
);
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论