2020-09-27 10:03:00 +08:00
|
|
|
{$layout}
|
|
|
|
|
{$template "/left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box">
|
|
|
|
|
{$template "../location_menu"}
|
|
|
|
|
{$template "../left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box tiny">
|
|
|
|
|
{$template "menu"}
|
|
|
|
|
<div class="margin"></div>
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-27 10:03:00 +08:00
|
|
|
<input type="hidden" name="locationId" :value="locationId"/>
|
|
|
|
|
<input type="hidden" name="reverseProxyRefJSON" :value="JSON.stringify(reverseProxyRef)"/>
|
|
|
|
|
<reverse-proxy-box :v-reverse-proxy-ref="reverseProxyRef"
|
|
|
|
|
:v-reverse-proxy-config="reverseProxyConfig"
|
|
|
|
|
:v-is-location="true"></reverse-proxy-box>
|
|
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|