mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 11:36:34 +08:00
17 lines
497 B
HTML
17 lines
497 B
HTML
{$layout}
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
{$template "../location_menu"}
|
|
{$template "../left_menu"}
|
|
|
|
<div class="right-box tiny">
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<input type="hidden" name="webId" :value="webId"/>
|
|
<http-websocket-box :v-websocket-ref="websocketRef"
|
|
:v-websocket-config="websocketConfig"
|
|
:v-is-location="true"></http-websocket-box>
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div>
|
|
</div> |