mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 19:49:12 +08:00
21 lines
571 B
HTML
21 lines
571 B
HTML
{$layout}
|
|
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
{$template "../location_menu"}
|
|
{$template "../left_menu"}
|
|
|
|
<div class="right-box tiny">
|
|
<div class="margin"></div>
|
|
<form method="post" class="ui form" data-tea-success="success" data-tea-action="$">
|
|
<csrf-token></csrf-token>
|
|
<input type="hidden" name="webId" :value="webId"/>
|
|
|
|
<http-compression-config-box :v-compression-config="compressionConfig" :v-is-location="true"></http-compression-config-box>
|
|
|
|
<div class="margin"></div>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |