mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 19:56:35 +08:00
10 lines
390 B
HTML
10 lines
390 B
HTML
|
|
{$layout}
|
||
|
|
{$template "/left_menu"}
|
||
|
|
|
||
|
|
<div class="right-box">
|
||
|
|
<form 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()">立即检查</a>
|
||
|
|
</form>
|
||
|
|
</div>
|