Files
EdgeAdmin/web/views/@default/servers/groups/group/settings/httpReverseProxy/scheduling.html
2021-09-22 19:39:38 +08:00

9 lines
345 B
HTML

{$layout}
{$template "/servers/groups/group/menu"}
{$template "/left_menu_without_menu"}
<div class="right-box without-menu">
{$template "menu"}
<origin-scheduling-view-box :v-scheduling="scheduling" :v-params="'type=group&groupId=' + group.id + '&reverseProxyId=' + reverseProxyId + '&family=' + family"></origin-scheduling-view-box>
</div>