Skip to content

Commit

Permalink
refactor(retainer): show batch_deliver_limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed May 7, 2022
1 parent 95da6b1 commit b23b296
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/Config/Advanced/components/retainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="30">
<el-col :span="8">
<el-form-item label="Limiter" prop="flow_control.batch_deliver_limiter">
<el-input v-model="retainerConfig.flow_control.batch_deliver_limiter" />
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-button type="primary" @click="updateConfigData()">
{{ $t('Base.update') }}
Expand Down

0 comments on commit b23b296

Please sign in to comment.