mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
fix: nginx log indent
This commit is contained in:
parent
d395850784
commit
6c7fa1b37d
1 changed files with 2 additions and 3 deletions
|
@ -162,11 +162,10 @@ const computedBuffer = computed(() => {
|
|||
<ACard>
|
||||
<pre
|
||||
ref="logContainer"
|
||||
v-dompurify-html="computedBuffer"
|
||||
class="nginx-log-container"
|
||||
@scroll="debounce_scroll_log"
|
||||
>
|
||||
{{ computedBuffer }}
|
||||
</pre>
|
||||
/>
|
||||
</ACard>
|
||||
<FooterToolBar v-if="control.type === 'site'">
|
||||
<AButton @click="router.go(-1)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue