This commit is contained in:
xueli.xue 2016-10-02 19:02:12 +08:00
parent 6ba8dee2bf
commit 51874d09e2
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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();
});
// 注册模式