Skip to content

Commit

Permalink
增加对QuartzManager的集成逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
lulu2panpan committed Mar 25, 2020
1 parent 763763b commit 71cfd96
Showing 1 changed file with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

<form id="add_form" class="form-horizontal" role="form">

<label class="col-sm-3 control-label no-padding-right" for="form-add-timing_yn">如果是定时任务,除了在此进行配置,还需要在Job配置管理页面,点击每行记录右侧的"增加schedule"按钮,进行附加配置</label>

<div class="form-group">
<label class="col-sm-3 control-label no-padding-right" for="form-add-timing_yn">是否定时任务</label>
<div class="col-sm-9">
Expand Down Expand Up @@ -38,24 +40,6 @@
</div>
</div>

<!--
<div class="form-group" id="form-add-timing_time_id" style="display: none;">
<label class="col-sm-3 control-label no-padding-right" for="form-add-timing_type">定时任务时间</label>
<div class="col-sm-9">
<select id="form-add-timing_time" style="width:350px;height:35px" class="chosen-select col-sm-5" >
</select>
</div>
</div>
<div class="form-group" id="form-add-timing_stat_id" style="display: none;">
<label class="col-sm-3 control-label no-padding-right" for="form-add-timing_type">定时任务状态</label>
<div class="col-sm-9">
<select id="form-add-timing_stat" style="width:350px;height:35px" class="chosen-select col-sm-5" >
</select>
</div>
</div>
-->

<div class="form-group" id="form-add-timing_parameter_id" style="display: none;">
<label class="col-sm-3 control-label no-padding-right" for="form-add-timing_type">定时任务参数</label>
<div class="col-sm-9">
Expand Down

0 comments on commit 71cfd96

Please sign in to comment.