mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
21 lines
879 B
HTML
21 lines
879 B
HTML
{$layout}
|
|
{$template "../settings_menu"}
|
|
{$template "/left_menu_with_menu"}
|
|
|
|
<div class="right-box with-menu">
|
|
{$template "menu"}
|
|
|
|
<div v-if="hasGroupConfig">
|
|
<div class="margin"></div>
|
|
<warning-message>由于已经在当前<a :href="groupSettingURL">服务分组</a>中进行了对应的配置,在这里的配置将不会生效。</warning-message>
|
|
</div>
|
|
|
|
<div :class="{'opacity-mask': hasGroupConfig}">
|
|
<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-web-id="webId"></http-cache-config-box>
|
|
<submit-btn></submit-btn>
|
|
<p class="comment">修改条件设置后请记得保存。</p>
|
|
</form>
|
|
</div>
|
|
</div> |