mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +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>
|
<ACard>
|
||||||
<pre
|
<pre
|
||||||
ref="logContainer"
|
ref="logContainer"
|
||||||
|
v-dompurify-html="computedBuffer"
|
||||||
class="nginx-log-container"
|
class="nginx-log-container"
|
||||||
@scroll="debounce_scroll_log"
|
@scroll="debounce_scroll_log"
|
||||||
>
|
/>
|
||||||
{{ computedBuffer }}
|
|
||||||
</pre>
|
|
||||||
</ACard>
|
</ACard>
|
||||||
<FooterToolBar v-if="control.type === 'site'">
|
<FooterToolBar v-if="control.type === 'site'">
|
||||||
<AButton @click="router.go(-1)">
|
<AButton @click="router.go(-1)">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue