Browse Source

fix: 解决数据库日志监听未刷新的问题 (#1823)

pull/1825/head
ssongliu 1 year ago committed by GitHub
parent
commit
e52e6ddaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      frontend/src/components/container-log/index.vue

4
frontend/src/components/container-log/index.vue

@ -16,7 +16,9 @@
</template> </template>
</el-input> </el-input>
<div class="margin-button" style="float: left"> <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> </div>
<el-button class="margin-button" @click="onDownload" icon="Download"> <el-button class="margin-button" @click="onDownload" icon="Download">
{{ $t('file.download') }} {{ $t('file.download') }}

Loading…
Cancel
Save