mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-03 09:45:56 +08:00
实现发送消息到媒介
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<table class="ui table selectable celled" v-if="instances.length > 0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>媒介名称</th>
|
||||
<th class="three wide">媒介类型</th>
|
||||
<th>备注</th>
|
||||
<th class="two wide">状态</th>
|
||||
@@ -17,6 +18,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr v-for="instance in instances">
|
||||
<td>{{instance.name}}</td>
|
||||
<td>{{instance.media.name}}</td>
|
||||
<td>
|
||||
<span v-if="instance.description.length > 0">{{instance.description}}</span>
|
||||
|
||||
Reference in New Issue
Block a user