mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
10 lines
463 B
HTML
10 lines
463 B
HTML
{$layout}
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
<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>
|
|
<submit-btn></submit-btn> <a href="" @click.prevent="run()" v-if="healthCheckConfig != null && healthCheckConfig.isOn">立即检查</a>
|
|
</form>
|
|
</div> |