mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-26 20:26:35 +08:00
21 lines
576 B
HTML
21 lines
576 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="$">
|
|
<input type="hidden" name="webId" :value="webId"/>
|
|
<input type="hidden" name="gzipId" :value="gzipConfig.id"/>
|
|
|
|
<http-gzip-box :v-gzip-ref="gzipRef" :v-gzip-config="gzipConfig" :v-is-location="true"></http-gzip-box>
|
|
|
|
<div class="margin"></div>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |