chore: truncate long secret environment variables (#4958)
Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
parent
80b63545f1
commit
72cff75277
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
v-model="secretText"
|
||||
name="secret"
|
||||
:placeholder="t('environment.secret_value')"
|
||||
class="flex flex-1 bg-transparent px-4"
|
||||
class="flex flex-1 bg-transparent pl-4"
|
||||
:class="styles"
|
||||
type="password"
|
||||
/>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
v-else
|
||||
ref="editor"
|
||||
:placeholder="placeholder"
|
||||
class="flex flex-1"
|
||||
class="flex flex-1 truncate"
|
||||
:class="styles"
|
||||
@click="emit('click', $event)"
|
||||
@keydown="handleKeystroke"
|
||||
|
|
|
|||
Loading…
Reference in a new issue