xueli.xue 9 years ago
parent
commit
51874d09e2

+ 1 - 1
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl View File

172
 <#macro commonFooter >
172
 <#macro commonFooter >
173
 	<footer class="main-footer">
173
 	<footer class="main-footer">
174
 		<div class="pull-right hidden-xs">
174
 		<div class="pull-right hidden-xs">
175
-			<b>Version</b> 1.4
175
+			<b>Version</b> 1.5
176
 		</div>
176
 		</div>
177
 		<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
177
 		<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
178
 			<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;
178
 			<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;

+ 4 - 0
xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js View File

312
 		$(".remote_panel").show();	// remote
312
 		$(".remote_panel").show();	// remote
313
 
313
 
314
 		$("#addModal .form input[name='executorHandler']").removeAttr("readonly");
314
 		$("#addModal .form input[name='executorHandler']").removeAttr("readonly");
315
+
316
+		// 注册模式 reset
317
+		$("#addModal .form .executorAddress").show();
318
+		$("#addModal .form .executorAppname").hide();
315
 	});
319
 	});
316
 
320
 
317
 	// 注册模式
321
 	// 注册模式