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