Skip to content

Commit

Permalink
#569 Delete the job channel config at the job setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
allen8203 committed Jan 10, 2019
1 parent 42888c8 commit 44e90b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions saturn-console-web/src/pages/job_detail/job_setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,6 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="22">
<el-form-item prop="channelName" label="执行结果发送的Channel名">
<el-tooltip popper-class="form-tooltip" content="执行消息作业结果发送的channel名,注意不能跟queue绑定的channel一致,以免造成死循环" placement="bottom">
<el-input v-model="jobSettingInfo.channelName"></el-input>
</el-tooltip>
</el-form-item>
</el-col>
</el-row>
<el-row v-if="$option.isCron(jobSettingInfo.jobType)">
<el-col :span="22">
<el-form-item prop="pausePeriodDate" label="暂停日期段">
Expand Down

0 comments on commit 44e90b6

Please sign in to comment.