xueli.xue 8 年之前
父節點
當前提交
51874d09e2

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

@@ -172,7 +172,7 @@
 <#macro commonFooter >
 	<footer class="main-footer">
 		<div class="pull-right hidden-xs">
-			<b>Version</b> 1.4
+			<b>Version</b> 1.5
 		</div>
 		<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
 			<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

@@ -312,6 +312,10 @@ $(function() {
 		$(".remote_panel").show();	// remote
 
 		$("#addModal .form input[name='executorHandler']").removeAttr("readonly");
+
+		// 注册模式 reset
+		$("#addModal .form .executorAddress").show();
+		$("#addModal .form .executorAppname").hide();
 	});
 
 	// 注册模式