Browse Source

fix: certificate log indent

Hintay 6 months ago
parent
commit
32cf4ccbd9
1 changed files with 4 additions and 3 deletions
  1. 4 3
      app/src/views/certificate/CertificateEditor.vue

+ 4 - 3
app/src/views/certificate/CertificateEditor.vue

@@ -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>