mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-28 13:36:37 +08:00
11 lines
312 B
HTML
11 lines
312 B
HTML
{$layout}
|
|
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
<form method="post" class="ui form" data-tea-success="success" data-tea-action="$">
|
|
<input type="hidden" name="webId" :value="webId"/>
|
|
<http-web-root-box :v-root-config="rootConfig"></http-web-root-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div> |