fix: certificate log indent

This commit is contained in:
Hintay 2024-10-24 18:52:32 +09:00
parent 6c7fa1b37d
commit 32cf4ccbd9
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D

View file

@ -235,9 +235,10 @@ const isManaged = computed(() => {
:md="12"
>
<ACard :title="$gettext('Log')">
<pre class="log-container">
{{ log }}
</pre>
<pre
v-dompurify-html="log"
class="log-container"
/>
</ACard>
</ACol>
</ARow>