mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-26 04:06:34 +08:00
20 lines
667 B
HTML
20 lines
667 B
HTML
{$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>
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<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> |