revert: enable clean log button

This commit is contained in:
HynoR 2025-12-08 13:19:38 +08:00
parent 83faaa7a5e
commit 4f4bfd372b

View file

@ -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>