Browse Source

fix: 优化容器监控请求频率 (#3563)

pull/3564/head
ssongliu 11 months ago committed by GitHub
parent
commit
54d841787e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      frontend/src/views/container/container/monitor/index.vue

1
frontend/src/views/container/container/monitor/index.vue

@ -12,7 +12,6 @@
<el-form label-position="top" @submit.prevent>
<el-form-item :label="$t('container.refreshTime')">
<el-select v-model="timeInterval" @change="changeTimer">
<el-option label="1s" :value="1" />
<el-option label="3s" :value="3" />
<el-option label="5s" :value="5" />
<el-option label="10s" :value="10" />

Loading…
Cancel
Save