mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-16 21:50:24 +08:00
15 lines
472 B
HTML
15 lines
472 B
HTML
|
|
{$layout}
|
||
|
|
|
||
|
|
{$template "/left_menu"}
|
||
|
|
|
||
|
|
<div class="right-box">
|
||
|
|
<div :class="{'opacity-mask': hasGroupConfig}">
|
||
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||
|
|
<csrf-token></csrf-token>
|
||
|
|
|
||
|
|
<input type="hidden" name="webId" :value="webId"/>
|
||
|
|
<http-common-config-box :v-common-config="commonConfig"></http-common-config-box>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|
||
|
|
</div>
|
||
|
|
</div>
|