mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-17 12:58:51 +08:00
revert: enable clean log button
This commit is contained in:
parent
83faaa7a5e
commit
4f4bfd372b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<el-button class="margin-button" @click="onDownload" icon="Download">
|
||||
{{ $t('commons.button.download') }}
|
||||
</el-button>
|
||||
<el-button class="margin-button" @click="onClean" icon="Delete" v-if="logSearch.container !== ''">
|
||||
<el-button class="margin-button" @click="onClean" icon="Delete">
|
||||
{{ $t('commons.button.clean') }}
|
||||
</el-button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue