mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 03:10:26 +08:00
14 lines
501 B
HTML
14 lines
501 B
HTML
|
|
{$layout}
|
||
|
|
{$template "/left_menu"}
|
||
|
|
|
||
|
|
<div class="right-box">
|
||
|
|
{$template "menu"}
|
||
|
|
|
||
|
|
<div class="margin"></div>
|
||
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||
|
|
<input type="hidden" name="serverId" :value="serverId"/>
|
||
|
|
<input type="hidden" name="reverseProxyRefJSON" :value="JSON.stringify(reverseProxyRef)"/>
|
||
|
|
<reverse-proxy-box :v-reverse-proxy-ref="reverseProxyRef" :v-reverse-proxy-config="reverseProxyConfig"></reverse-proxy-box>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|
||
|
|
</div>
|