File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 :columns =" columns "
3535 :data =" tableData "
3636 ></Table >
37- <Modal
38- v-model =" modalMap .modalVisible "
39- :title =" modalMap .modalTitle "
40- :loading =true
41- :footer-hide =true
42- >
43- <Alert show-icon> 任务在构建主机执行,确保构建主机可从仓库拉取代码和访问目标主机。</Alert >
37+ <Modal v-model =" modalMap .modalVisible " :title =" modalMap .modalTitle " :loading =true :footer-hide =true >
38+ <Alert show-icon>
39+ <p >1. 任务在构建主机执行,确保构建主机可从仓库拉取代码和访问目标主机。</p >
40+ <p >2. 考虑到安全性,任务会屏蔽 Secret secret 开头的参数,请通过API获取。</p >
41+ </Alert >
4442 <Form
4543 ref="formValidate"
4644 :model =" formValidate "
263261 <Input
264262 v-model =" formValidate .SecretID "
265263 :maxlength =60
266- placeholder="参数名:SecretID 相对应云厂商的SecretID"
264+ placeholder="相对应云厂商的SecretID, 注意使用方法,不要泄露 "
267265 ></Input >
268266 </FormItem >
269267 <FormItem
274272 v-model =" formValidate .SecretKey "
275273 :maxlength =120
276274 type="password"
277- placeholder="参数名:SecretKey 相对应云厂商的SecretKey"
275+ placeholder="相对应云厂商的SecretKey 注意使用方法,不要泄露 "
278276 ></Input >
279277 </FormItem >
280278 </div >
You can’t perform that action at this time.
0 commit comments