2020-08-21 12:32:16 +08:00
|
|
|
{$layout}
|
2021-12-02 17:41:51 +08:00
|
|
|
{$template "../settings_menu"}
|
|
|
|
|
{$template "/left_menu_with_menu"}
|
2020-08-21 12:32:16 +08:00
|
|
|
|
2021-12-02 17:41:51 +08:00
|
|
|
<div class="right-box with-menu">
|
2021-10-07 16:47:14 +08:00
|
|
|
<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>
|
2020-08-21 12:32:16 +08:00
|
|
|
</div>
|