mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-21 00:46:35 +08:00
服务列表可以搜索端口号
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<span v-if="server.ports.length == 0">-</span>
|
<span v-if="server.ports.length == 0">-</span>
|
||||||
<div v-for="port in server.ports">
|
<div v-for="port in server.ports">
|
||||||
<tiny-basic-label>{{port.portRange}}<span class="small">({{port.protocol}})</span></tiny-basic-label>
|
<tiny-basic-label><keyword :v-word="keyword">{{port.portRange}}</keyword><span class="small">({{port.protocol}})</span></tiny-basic-label>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="center">
|
<td class="center">
|
||||||
|
|||||||
Reference in New Issue
Block a user