节点根据健康检查自动上下线

This commit is contained in:
GoEdgeLab
2020-11-15 21:17:52 +08:00
parent dae2c9b18f
commit c5c194bda3
17 changed files with 213 additions and 48 deletions

View File

@@ -25,6 +25,29 @@
<p class="comment">和主域名一起组成子域名。</p>
</td>
</tr>
<tr>
<td colspan="2"><more-options-indicator></more-options-indicator></td>
</tr>
<tbody v-show="moreOptionsVisible">
<tr>
<td>是否同步节点DNS状态</td>
<td>
<div class="ui checkbox">
<input type="checkbox" name="nodesAutoSync" value="1" v-model="nodesAutoSync"/>
<label></label>
</div>
</td>
</tr>
<tr>
<td>是否同步网站服务DNS状态</td>
<td>
<div class="ui checkbox">
<input type="checkbox" name="serversAutoSync" value="1" v-model="serversAutoSync"/>
<label></label>
</div>
</td>
</tr>
</tbody>
</table>
<submit-btn></submit-btn>