修复bug
This commit is contained in:
parent
e059943699
commit
c4219c2149
@ -91,12 +91,12 @@
|
||||
|
||||
<dt class="col-sm-4 text-muted"><i class="fas fa-file-certificate me-2"></i> 证书路径</dt>
|
||||
<dd class="col-sm-8">
|
||||
<code class="text-truncate d-block" style="max-width: 250px;">{{ ca.cert_path|to_pinyin }}</code>
|
||||
<code>{{ ca.cert_path|to_pinyin }}</code>
|
||||
</dd>
|
||||
|
||||
<dt class="col-sm-4 text-muted"><i class="fas fa-lock me-2"></i> 私钥路径</dt>
|
||||
<dd class="col-sm-8">
|
||||
<code class="text-truncate d-block" style="max-width: 250px;">{{ ca.key_path|to_pinyin }}</code>
|
||||
<code>{{ ca.key_path|to_pinyin }}</code>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user