We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d3392 commit e52e6ddCopy full SHA for e52e6dd
frontend/src/components/container-log/index.vue
@@ -16,7 +16,9 @@
16
</template>
17
</el-input>
18
<div class="margin-button" style="float: left">
19
- <el-checkbox border v-model="logSearch.isWatch">{{ $t('commons.button.watch') }}</el-checkbox>
+ <el-checkbox border @change="searchLogs" v-model="logSearch.isWatch">
20
+ {{ $t('commons.button.watch') }}
21
+ </el-checkbox>
22
</div>
23
<el-button class="margin-button" @click="onDownload" icon="Download">
24
{{ $t('file.download') }}
0 commit comments