File tree 1 file changed +8
-6
lines changed
frontend/app/templates/components/encryptable
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
</Modal .header>
7
7
<Modal .body>
8
8
<div class =" container-fluid" >
9
- <BsForm class = " secret " @model ={{ this.changeset }} as |form|>
9
+ <BsForm @model ={{ this.changeset }} as |form|>
10
10
<div class =" encryptable-form-name" >
11
11
<div class =" row" >
12
12
{{ #if this.errors }}
115
115
<img class =" d-inline-block position-absolute encrypted-icon"
116
116
src =" /assets/images/encrypted_small.svg" alt =" encrypted value" >
117
117
</a >
118
- <el .control type = " password " autocomplete =" off" @name =" cleartextPassword"
118
+ <el .control autocomplete =" off" @name =" cleartextPassword"
119
119
tabindex =" 2" ></el .control>
120
120
</form .element>
121
121
</form .group>
254
254
</div >
255
255
</Modal .body>
256
256
<Modal .footer>
257
- <BsButton id =" encryptable-form-save-button" @onClick ={{ action this.submit this.changeset }} @type =" primary" >{{ t
258
- " save" }} </BsButton >
259
- <BsButton id =" encryptable-form-close-button" @onClick ={{ action this.abort }} @type =" secondary" >{{ t
260
- " close" }} </BsButton >
257
+ <BsButton id =" encryptable-form-save-button" @onClick ={{ action this.submit this.changeset }} @type =" primary" >
258
+ {{ t " save" }}
259
+ </BsButton >
260
+ <BsButton id =" encryptable-form-close-button" @onClick ={{ action this.abort }} @type =" secondary" >
261
+ {{ t " close" }}
262
+ </BsButton >
261
263
</Modal .footer>
262
264
</BsModal >
263
265
{{ /if }}
You can’t perform that action at this time.
0 commit comments