xueli.xue 8 gadus atpakaļ
vecāks
revīzija
3456945860

+ 5 - 5
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl Parādīt failu

@@ -170,12 +170,12 @@
170 170
 
171 171
 <#macro commonFooter >
172 172
 	<footer class="main-footer">
173
+        Powered by <b>XXL-JOB</b> 1.6
173 174
 		<div class="pull-right hidden-xs">
174
-			<b>Version</b> 1.6
175
+            <strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
176
+                <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;
177
+                <a href="http://my.oschina.net/xuxueli/blog/690978" target="_blank" >oschina</a>
178
+            </strong><!-- All rights reserved. -->
175 179
 		</div>
176
-		<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
177
-			<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;
178
-			<a href="http://my.oschina.net/xuxueli/blog/690978" target="_blank" >oschina</a>
179
-		</strong><!-- All rights reserved. -->
180 180
 	</footer>
181 181
 </#macro>

+ 3 - 7
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/joblog.detail.ftl Parādīt failu

@@ -4,10 +4,6 @@
4 4
     <title>任务调度中心</title>
5 5
 <#import "/common/common.macro.ftl" as netCommon>
6 6
 <@netCommon.commonStyle />
7
-    <style>
8
-        html{  background-color: whitesmoke;  }
9
-        .skin-blue .wrapper {  background-color: whitesmoke;  }
10
-    </style>
11 7
 </head>
12 8
 <body class="hold-transition skin-blue layout-top-nav">
13 9
 
@@ -47,11 +43,11 @@
47 43
         </nav>
48 44
     </header>
49 45
 
50
-    <div>
51
-        <pre>
46
+    <div class="content-wrapper" >
47
+        <pre style="font-size:12px;position: absolute; height:100%;width:100%;" id="logConsolePre" >
52 48
             <div id="logConsole"></div>
53 49
             <li class="fa fa-refresh fa-spin" style="font-size: 20px;float: left;" id="logConsoleRunning" ></li>
54
-            <div style="margin-top: 50px;" ></div>
50
+            <div><hr><i class="fa fa-fw fa-hand-pointer-o"></i><hr></div>
55 51
         </pre>
56 52
     </div>
57 53
 

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.css.map


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 4 - 3
xxl-job-admin/src/main/webapp/static/adminlte/bootstrap/css/bootstrap.min.css


+ 2 - 1
xxl-job-admin/src/main/webapp/static/js/joblog.detail.1.js Parādīt failu

@@ -58,7 +58,8 @@ $(function() {
58 58
                     pullFailCount = 0;
59 59
 
60 60
                     // scroll to bottom
61
-                    scrollTo(0, document.body.scrollHeight);
61
+                    //scrollTo(0, document.body.scrollHeight);
62
+                    $('#logConsolePre').scrollTop( document.body.scrollHeight + 300 );
62 63
 
63 64
                 } else {
64 65
                     console.log('pullLog fail:'+data.msg);