Files
EdgeAdmin/web/views/@default/servers/server/settings/locations/reverseProxy/setting.html

20 lines
667 B
HTML
Raw Normal View History

{$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">
<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>