mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 17:30:29 +08:00
20 lines
593 B
HTML
20 lines
593 B
HTML
{$layout}
|
|
{$template "/left_menu"}
|
|
|
|
<div class="right-box">
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<csrf-token></csrf-token>
|
|
<input type="hidden" name="clusterId" :value="clusterId"/>
|
|
|
|
<table class="ui table selectable definition">
|
|
<tr>
|
|
<td class="title">消息接收人</td>
|
|
<td>
|
|
<message-receivers-box :v-node-cluster-id="clusterId"></message-receivers-box>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<submit-btn></submit-btn>
|
|
</form>
|
|
</div> |