2020-08-21 12:32:16 +08:00
|
|
|
{$layout}
|
2021-12-02 17:41:51 +08:00
|
|
|
{$template "../settings_menu"}
|
|
|
|
|
{$template "/left_menu_with_menu"}
|
2020-08-21 12:32:16 +08:00
|
|
|
|
2021-12-02 17:41:51 +08:00
|
|
|
<div class="right-box with-menu">
|
2021-06-17 21:17:43 +08:00
|
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
2021-06-19 21:35:38 +08:00
|
|
|
<csrf-token></csrf-token>
|
|
|
|
|
<input type="hidden" name="webId" :value="webId">
|
2021-06-17 21:17:43 +08:00
|
|
|
<http-auth-config-box :v-auth-config="authConfig"></http-auth-config-box>
|
|
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
2020-08-21 12:32:16 +08:00
|
|
|
</div>
|