Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
X
XXL-JOB
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
靳帅
XXL-JOB
Commits
8a41d0fd
提交
8a41d0fd
authored
5月 09, 2017
作者:
xueli.xue
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Clean Code
上级
ccafb780
全部展开
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
2 行增加
和
11 行删除
+2
-11
jobinfo.index.ftl
...rc/main/webapp/WEB-INF/template/jobinfo/jobinfo.index.ftl
+0
-6
zh-CN.js
...main/webapp/static/adminlte/plugins/select2/i18n/zh-CN.js
+0
-4
select2.full.js
...in/webapp/static/adminlte/plugins/select2/select2.full.js
+0
-0
select2.full.min.js
...ebapp/static/adminlte/plugins/select2/select2.full.min.js
+0
-0
select2.min.css
...in/webapp/static/adminlte/plugins/select2/select2.min.css
+0
-0
select2.min.js
...ain/webapp/static/adminlte/plugins/select2/select2.min.js
+0
-0
IndexController.java
...ava/com/xxl/job/executor/mvc/handler/IndexController.java
+2
-1
没有找到文件。
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/jobinfo.index.ftl
浏览文件 @
8a41d0fd
...
...
@@ -7,12 +7,6 @@
<!-- DataTables -->
<link
rel=
"stylesheet"
href=
"${request.contextPath}/static/adminlte/plugins/datatables/dataTables.bootstrap.css"
>
<
#
--
select2
<
link
rel=
"stylesheet"
href=
"${request.contextPath}/static/adminlte/plugins/select2/select2.min.css"
>
<script
src=
"${request.contextPath}/static/adminlte/plugins/select2/select2.min.js"
></script>
//$(".select2").select2();
-->
</head>
<body
class=
"hold-transition skin-blue sidebar-mini <#if cookieMap?exists && "
off
"
==
cookieMap
["
adminlte_settings
"].
value
>
sidebar-collapse
</
#
if>
">
<div
class=
"wrapper"
>
...
...
xxl-job-admin/src/main/webapp/static/adminlte/plugins/select2/i18n/zh-CN.js
deleted
100755 → 0
浏览文件 @
ccafb780
/*! Select2 4.0.3 | https://github.com/select2/select2/blob/master/LICENSE.md */
(
function
(){
if
(
jQuery
&&
jQuery
.
fn
&&
jQuery
.
fn
.
select2
&&
jQuery
.
fn
.
select2
.
amd
)
var
e
=
jQuery
.
fn
.
select2
.
amd
;
return
e
.
define
(
"select2/i18n/zh-CN"
,[],
function
(){
return
{
errorLoading
:
function
(){
return
"无法载入结果。"
},
inputTooLong
:
function
(
e
){
var
t
=
e
.
input
.
length
-
e
.
maximum
,
n
=
"请删除"
+
t
+
"个字符"
;
return
n
},
inputTooShort
:
function
(
e
){
var
t
=
e
.
minimum
-
e
.
input
.
length
,
n
=
"请再输入至少"
+
t
+
"个字符"
;
return
n
},
loadingMore
:
function
(){
return
"载入更多结果…"
},
maximumSelected
:
function
(
e
){
var
t
=
"最多只能选择"
+
e
.
maximum
+
"个项目"
;
return
t
},
noResults
:
function
(){
return
"未找到结果"
},
searching
:
function
(){
return
"搜索中…"
}}}),{
define
:
e
.
define
,
require
:
e
.
require
}})();
\ No newline at end of file
xxl-job-admin/src/main/webapp/static/adminlte/plugins/select2/select2.full.js
deleted
100755 → 0
浏览文件 @
ccafb780
差异被折叠。
点击展开。
xxl-job-admin/src/main/webapp/static/adminlte/plugins/select2/select2.full.min.js
deleted
100755 → 0
浏览文件 @
ccafb780
差异被折叠。
点击展开。
xxl-job-admin/src/main/webapp/static/adminlte/plugins/select2/select2.min.css
deleted
100755 → 0
浏览文件 @
ccafb780
差异被折叠。
点击展开。
xxl-job-admin/src/main/webapp/static/adminlte/plugins/select2/select2.min.js
deleted
100755 → 0
浏览文件 @
ccafb780
差异被折叠。
点击展开。
xxl-job-executor-springboot-example/src/main/java/com/xxl/job/executor/mvc/handler/IndexController.java
浏览文件 @
8a41d0fd
...
...
@@ -12,7 +12,7 @@ public class IndexController {
@RequestMapping
(
"/"
)
@ResponseBody
String
index
()
{
return
"xxl job running."
;
return
"xxl job
is
running."
;
}
}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论