mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-26 04:06:34 +08:00
16 lines
552 B
HTML
16 lines
552 B
HTML
{$layout}
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
{$template "../location_menu"}
|
|
{$template "../left_menu"}
|
|
|
|
<div class="right-box tiny">
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success" ref="authForm">
|
|
<input type="hidden" name="webId" :value="webId">
|
|
<http-auth-config-box :v-auth-config="authConfig" :v-is-location="true"
|
|
@change="changeMethods"></http-auth-config-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |