Files
EdgeAdmin/web/views/@default/servers/groups/group/settings/cache/index.html
2021-10-07 16:47:14 +08:00

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>