mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: certificate log indent
This commit is contained in:
parent
6c7fa1b37d
commit
32cf4ccbd9
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue