mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-11 17:44:45 +08:00
fix: 解决网站日志清理日志按钮无法点击的问题 (#3562)
This commit is contained in:
parent
3c39415d84
commit
714de55727
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
<LogFile :config="{ id: id, type: 'website', name: logType }" :style="style">
|
||||
<template #button>
|
||||
<el-button @click="cleanLog" icon="Delete" :disabled="data.content === ''">
|
||||
<el-button @click="cleanLog" icon="Delete">
|
||||
{{ $t('commons.button.clean') }}
|
||||
</el-button>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue