2020-09-22 11:36:51 +08:00
|
|
|
{$layout}
|
|
|
|
|
{$template "/left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box">
|
|
|
|
|
{$template "../location_menu"}
|
|
|
|
|
{$template "../left_menu"}
|
|
|
|
|
|
|
|
|
|
<div class="right-box tiny">
|
2020-11-10 12:47:24 +08:00
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
2020-09-22 11:36:51 +08:00
|
|
|
<input type="hidden" name="webId" :value="webId"/>
|
2020-09-23 18:43:38 +08:00
|
|
|
<http-stat-config-box :v-stat-config="statConfig" :v-is-location="true"></http-stat-config-box>
|
2020-09-22 11:36:51 +08:00
|
|
|
<submit-btn></submit-btn>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|