mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
11 lines
480 B
HTML
11 lines
480 B
HTML
{$layout}
|
|
{$template "/servers/groups/group/menu"}
|
|
{$template "/left_menu_without_menu"}
|
|
|
|
<div class="right-box without-menu">
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<input type="hidden" name="webId" :value="webId"/>
|
|
<http-firewall-config-box :v-firewall-config="firewallConfig" :v-firewall-policy="firewallPolicy" :v-is-group="true"></http-firewall-config-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div> |