Add lock icon to a non public env var
This commit is contained in:
parent
6ac46f002f
commit
daa8646eea
|
@ -11,7 +11,7 @@
|
|||
Delete
|
||||
</a>
|
||||
<span class="name">{{name}}</span>
|
||||
<span class="value value-display">{{value}}</span>
|
||||
<span {{bind-attr class=":value :value-display public::secure"}}>{{value}}</span>
|
||||
{{/if}}
|
||||
</li>
|
||||
{{/each}}
|
||||
|
|
|
@ -104,6 +104,14 @@
|
|||
color: #838b8c
|
||||
font-family: monospace
|
||||
|
||||
span.value.value-display.secure
|
||||
background-image: inline-image('ui/secure.png')
|
||||
background-position: 8px center
|
||||
background-repeat: no-repeat
|
||||
background-size: 1.1em
|
||||
padding-left: 26px
|
||||
width: 384px
|
||||
|
||||
.add-env-var, .add-ssh-key
|
||||
color: #ffffff
|
||||
background-color: #97a3aa
|
||||
|
@ -250,4 +258,4 @@
|
|||
|
||||
span.value
|
||||
width: 400px
|
||||
text-align: left
|
||||
text-align: left
|
||||
|
|
Loading…
Reference in New Issue
Block a user