Files
EdgeAdmin/web/views/@default/clusters/cluster/settings/health/index.html

11 lines
505 B
HTML
Raw Normal View History

{$layout}
2022-04-02 16:28:22 +08:00
{$template "../menu"}
{$template "/left_menu_with_menu"}
2022-04-02 16:28:22 +08:00
<div class="right-box with-menu">
2020-11-10 12:47:24 +08:00
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
<input type="hidden" name="clusterId" :value="clusterId"/>
<health-check-config-box :v-health-check-config="healthCheckConfig"></health-check-config-box>
2020-10-25 16:22:36 +08:00
<submit-btn></submit-btn> &nbsp; <a href="" @click.prevent="run()" v-if="healthCheckConfig != null && healthCheckConfig.isOn">立即检查</a>
</form>
</div>