File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
src/components/editable-list Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"ansi_up" : " ^3.0.0" ,
12
+ "file-loader" : " ^4.1.0" ,
12
13
"lodash.throttle" : " ^4.1.1" ,
13
14
"portal-vue" : " ^1.5.0" ,
15
+ "text-security" : " ^1.2.0" ,
16
+ "url-loader" : " ^2.1.0" ,
14
17
"vue" : " ^2.5.17" ,
15
18
"vue-click-outside" : " ^1.0.7" ,
16
19
"vue-i18n" : " ^8.2.1" ,
Original file line number Diff line number Diff line change 17
17
18
18
<template slot="fields">
19
19
<BaseInput name =" secret.name" v-model =" secret.name" placeholder =" Secret Name" type =" text" />
20
- <BaseTextArea name =" secret.data" v-model =" secret.data" placeholder =" Secret Value" />
20
+ <BaseTextArea name =" secret.data" v-model =" secret.data" class = " hide_secret " placeholder =" Secret Value" />
21
21
<BaseCheckbox v-model =" secret.pullRequest" style =" margin-bottom : 12px ;" >Allow Pull Requests</BaseCheckbox >
22
22
</template >
23
23
</EditableList >
@@ -86,6 +86,11 @@ export default {
86
86
</script >
87
87
88
88
<style scoped>
89
+ @import " ../../../node_modules/text-security/dist/text-security-disc.css" ;
90
+ .hide_secret {
91
+ font-family : ' text-security-disc' ;
92
+ }
93
+
89
94
.icon-secrets-empty {
90
95
display : block ;
91
96
margin : 0 auto 20px ;
You can’t perform that action at this time.
0 commit comments