2020-09-22 11:36:51 +08:00
|
|
|
{$layout}
|
|
|
|
|
{$template "/left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box">
|
|
|
|
|
{$template "../location_menu"}
|
|
|
|
|
{$template "../left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box tiny">
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-22 11:36:51 +08:00
|
|
|
<input type="hidden" name="webId" :value="webId"/>
|
2020-12-17 15:50:44 +08:00
|
|
|
<http-firewall-config-box :v-firewall-config="firewallConfig" :v-firewall-policy="firewallPolicy" :v-is-location="true"></http-firewall-config-box>
|
2020-09-22 11:36:51 +08:00
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|