mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
13 lines
516 B
HTML
13 lines
516 B
HTML
{$layout}
|
|
{$template "../settings_menu"}
|
|
{$template "/left_menu_with_menu"}
|
|
|
|
<div class="right-box with-menu">
|
|
<http-header-policy-box
|
|
:v-request-header-policy="requestHeaderPolicy"
|
|
:v-response-header-policy="responseHeaderPolicy"
|
|
:v-params="'serverId=' + serverId"
|
|
:v-has-group-request-config="hasGroupRequestConfig"
|
|
:v-has-group-response-config="hasGroupResponseConfig"
|
|
:v-group-setting-url="groupSettingURL"></http-header-policy-box>
|
|
</div> |