Skip to content

Commit

Permalink
DDL工单通知配置从Email配置移出
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Feb 3, 2020
1 parent 4056c74 commit 4d3abf4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions common/templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,17 @@ <h6 style="color:red">注2:企业微信开启后,若未配置企业微信Use
placeholder="系统HOST地址, 用于通知链接,如https://archery.com">
</div>
</div>
<div class="form-group">
<label for="ddl_notify_auth_group"
class="col-sm-4 control-label">DDL_NOTIFY_AUTH_GROUP</label>
<div class="col-sm-5">
<input type="text" class="form-control"
id="ddl_notify_auth_group"
key="ddl_notify_auth_group"
value="{{ config.ddl_notify_auth_group }}"
placeholder="DDL工单通知权限组名,为空则不通知">
</div>
</div>
<div class="form-group">
<label for="mail"
class="col-sm-4 control-label">MAIL</label>
Expand Down Expand Up @@ -469,17 +480,6 @@ <h6 style="color:red">注2:企业微信开启后,若未配置企业微信Use
placeholder="邮箱账号密码">
</div>
</div>
<div class="form-group">
<label for="ddl_notify_auth_group"
class="col-sm-4 control-label">DDL_NOTIFY_AUTH_GROUP</label>
<div class="col-sm-5">
<input type="text" class="form-control"
id="ddl_notify_auth_group"
key="ddl_notify_auth_group"
value="{{ config.ddl_notify_auth_group }}"
placeholder="DDL工单通知权限组名,为空则不通知">
</div>
</div>
</div>
<div class="form-group">
<label for="ding"
Expand Down

0 comments on commit 4d3abf4

Please sign in to comment.