mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 19:56:35 +08:00
20 lines
549 B
HTML
20 lines
549 B
HTML
{$layout}
|
|
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
{$template "../location_menu"}
|
|
{$template "../left_menu"}
|
|
|
|
<div class="right-box tiny">
|
|
<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"
|
|
:v-is-location="true"></http-access-log-config-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |