mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 16:30:24 +08:00
13 lines
476 B
HTML
13 lines
476 B
HTML
|
|
{$layout}
|
||
|
|
{$template "/servers/groups/group/menu"}
|
||
|
|
{$template "/left_menu_without_menu"}
|
||
|
|
|
||
|
|
<div class="right-box without-menu">
|
||
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||
|
|
<csrf-token></csrf-token>
|
||
|
|
<input type="hidden" name="webId" :value="webId"/>
|
||
|
|
|
||
|
|
<http-compression-config-box :v-compression-config="compressionConfig" :v-is-group="true"></http-compression-config-box>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|
||
|
|
</div>
|