mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 20:30:25 +08:00
14 lines
430 B
HTML
14 lines
430 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-referers-config-box :v-referers-config="referersConfig"></http-referers-config-box>
|
||
|
|
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|
||
|
|
</div>
|