mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 01:00:24 +08:00
12 lines
361 B
HTML
12 lines
361 B
HTML
{$layout}
|
|
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<csrf-token></csrf-token>
|
|
<input type="hidden" name="webId" :value="webId">
|
|
<http-auth-config-box :v-auth-config="authConfig"></http-auth-config-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div> |