mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-14 19:58:05 +08:00
16 lines
565 B
HTML
16 lines
565 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-cache-config-box
|
|
:v-cache-config="cacheConfig"
|
|
:v-cache-policy="cachePolicy"
|
|
:v-is-group="true"
|
|
></http-cache-config-box>
|
|
<submit-btn></submit-btn>
|
|
<p class="comment">修改条件设置后请记得保存。</p>
|
|
</form>
|
|
</div> |