mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-29 08:00:25 +08:00
11 lines
318 B
HTML
11 lines
318 B
HTML
{$layout}
|
|
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<input type="hidden" name="webId" :value="webId"/>
|
|
<http-stat-config-box :v-stat-config="statConfig"></http-stat-config-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div> |