mirror of https://github.com/1Panel-dev/1Panel
fix: 解决数据库日志监听未刷新的问题 (#1823)
parent
40d3392520
commit
e52e6ddaa2
|
@ -16,7 +16,9 @@
|
|||
</template>
|
||||
</el-input>
|
||||
<div class="margin-button" style="float: left">
|
||||
<el-checkbox border v-model="logSearch.isWatch">{{ $t('commons.button.watch') }}</el-checkbox>
|
||||
<el-checkbox border @change="searchLogs" v-model="logSearch.isWatch">
|
||||
{{ $t('commons.button.watch') }}
|
||||
</el-checkbox>
|
||||
</div>
|
||||
<el-button class="margin-button" @click="onDownload" icon="Download">
|
||||
{{ $t('file.download') }}
|
||||
|
|
Loading…
Reference in New Issue