Skip to content

Commit 215072b

Browse files
author
shenshuo
committed
优化订单参数显示
1 parent c8cc155 commit 215072b

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

src/view/tasks-center/publish-config.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@
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"
@@ -263,7 +261,7 @@
263261
<Input
264262
v-model="formValidate.SecretID"
265263
:maxlength=60
266-
placeholder="参数名:SecretID 相对应云厂商的SecretID"
264+
placeholder="相对应云厂商的SecretID, 注意使用方法,不要泄露"
267265
></Input>
268266
</FormItem>
269267
<FormItem
@@ -274,7 +272,7 @@
274272
v-model="formValidate.SecretKey"
275273
:maxlength=120
276274
type="password"
277-
placeholder="参数名:SecretKey 相对应云厂商的SecretKey"
275+
placeholder="相对应云厂商的SecretKey 注意使用方法,不要泄露"
278276
></Input>
279277
</FormItem>
280278
</div>

0 commit comments

Comments
 (0)