2020-12-17 15:50:44 +08:00
|
|
|
{$layout}
|
2022-04-02 16:28:22 +08:00
|
|
|
{$template "../menu"}
|
|
|
|
|
{$template "/left_menu_with_menu"}
|
2020-12-17 15:50:44 +08:00
|
|
|
|
2022-04-02 16:28:22 +08:00
|
|
|
<div class="right-box with-menu">
|
2020-12-17 15:50:44 +08:00
|
|
|
<form class="ui form" method="post" data-tea-action="$" data-tea-success="success">
|
|
|
|
|
<csrf-token></csrf-token>
|
|
|
|
|
<input type="hidden" name="clusterId" :value="clusterId"/>
|
|
|
|
|
<table class="ui table definition selectable">
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="title">选择WAF策略 *</td>
|
|
|
|
|
<td>
|
|
|
|
|
<http-firewall-policy-selector :v-http-firewall-policy="firewallPolicy"></http-firewall-policy-selector>
|
|
|
|
|
<p class="comment">部署在当前集群上的所有服务都会自动使用此策略,只是服务可以自定义是否开启。</p>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|