启用服务HTTP/HTTPS设置时如果没有设置端口,则自动添加80/443

This commit is contained in:
GoEdgeLab
2022-06-08 20:11:38 +08:00
parent 84c4ab0cfe
commit 730bff7e1a
5 changed files with 27 additions and 7 deletions

View File

@@ -354,7 +354,7 @@ Vue.component("ssl-config-box", {
<td class="title">选择证书</td>
<td>
<div v-if="policy.certs != null && policy.certs.length > 0">
<div class="ui label small" v-for="(cert, index) in policy.certs">
<div class="ui label small basic" v-for="(cert, index) in policy.certs" style="margin-top: 0.2em">
{{cert.name}} / {{cert.dnsNames}} / 有效至{{formatTime(cert.timeEndAt)}} &nbsp; <a href="" title="删除" @click.prevent="removeCert(index)"><i class="icon remove"></i></a>
</div>
<div class="ui divider"></div>