创建网站服务后自动开启Websocket

This commit is contained in:
刘祥超
2021-07-20 08:29:50 +08:00
parent 7b73c86fa4
commit dbbae30f5a
3 changed files with 41 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
</tr>
</thead>
<tr v-for="(cert, index) in certs">
<td>{{cert.name}}
<td><keyword :v-word="keyword">{{cert.name}}</keyword>
<div v-if="cert.isCA" style="margin-top:0.5em">
<span class="ui label olive tiny">CA</span>
</div>
@@ -39,7 +39,7 @@
</td>
<td>
<div v-for="dnsName in cert.dnsNames" style="margin-bottom:0.4em">
<span class="ui label tiny">{{dnsName}}</span>
<span class="ui label tiny"><keyword :v-word="keyword">{{dnsName}}</keyword></span>
</div>
</td>
<td>{{certInfos[index].endDay}}</td>

View File

@@ -50,7 +50,7 @@
<tr>
<td>{{tlsProtocolName.toUpperCase()}}证书</td>
<td>
<ssl-certs-box></ssl-certs-box>
<ssl-certs-box :v-protocol="tlsProtocolName.toLowerCase()"></ssl-certs-box>
</td>
</tr>
</tbody>