mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 10:10:28 +08:00
12 lines
411 B
HTML
12 lines
411 B
HTML
{$layout}
|
|
{$template "../settings_menu"}
|
|
{$template "/left_menu_with_menu"}
|
|
|
|
<div class="right-box with-menu">
|
|
<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> |