@@ -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 © 2015-${.now?string('yyyy')}
<a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>
@@ -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();
});
// 注册模式