瀏覽代碼

rolling日志交互

xueli.xue 8 年之前
父節點
當前提交
2b95fabb74

+ 3 - 3
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/logdetail.ftl 查看文件

4
     <title>任务调度中心</title>
4
     <title>任务调度中心</title>
5
 <#import "/common/common.macro.ftl" as netCommon>
5
 <#import "/common/common.macro.ftl" as netCommon>
6
 <@netCommon.commonStyle />
6
 <@netCommon.commonStyle />
7
+    <style>
8
+        html{  background-color: whitesmoke;  }
9
+    </style>
7
 </head>
10
 </head>
8
 <body class="hold-transition skin-blue layout-top-nav">
11
 <body class="hold-transition skin-blue layout-top-nav">
9
 
12
 
53
 
56
 
54
 </div>
57
 </div>
55
 
58
 
56
-
57
-
58
-
59
 <@netCommon.commonScript />
59
 <@netCommon.commonScript />
60
 <script>
60
 <script>
61
     // 参数
61
     // 参数

+ 0 - 2
xxl-job-admin/src/main/webapp/static/js/logdetail.index.1.js 查看文件

86
         $('#logConsole').append(content);
86
         $('#logConsole').append(content);
87
     }
87
     }
88
 
88
 
89
-
90
-
91
 });
89
 });