mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-20 16:20:27 +08:00
21 lines
873 B
HTML
21 lines
873 B
HTML
{$layout}
|
|
{$template "../settings_menu"}
|
|
{$template "/left_menu_with_menu"}
|
|
|
|
<div class="right-box with-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-access-log-config-box
|
|
:v-access-log-config="accessLogConfig"
|
|
:v-fields="fields"
|
|
:v-default-field-codes="defaultFieldCodes"></http-access-log-config-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |