mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-08 04:15:37 +08:00
支持更多的分组全局设置功能
This commit is contained in:
16
web/views/@default/servers/groups/group/settings/cache/index.html
vendored
Normal file
16
web/views/@default/servers/groups/group/settings/cache/index.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{$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>
|
||||
Reference in New Issue
Block a user