mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
11 lines
343 B
HTML
11 lines
343 B
HTML
|
|
{$layout}
|
||
|
|
|
||
|
|
{$template "/left_menu"}
|
||
|
|
|
||
|
|
<div class="right-box">
|
||
|
|
<form 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"></http-websocket-box>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|
||
|
|
</div>
|