mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* changed MaskedInput to show a minus icon when there is no value. changed SecretFormShow to show this MaskedInput with minus icon instead of showing just a minus icon * fixed copy button for blank value in MaskedInput; added changelog * reword changelog to be more concise * added test to check if minus icon shows for MaskedInput when value is empty string * edited a test to make sytnax more concise * changed MaskedInput to show 'danger' message when copying empty value * added 2 tests to check for flash messages * changed naming of a MaskedInput test to be more descriptive
3 lines
130 B
Plaintext
3 lines
130 B
Plaintext
```release-note:improvement
|
|
ui: Display minus icon for empty MaskedInput value. Show MaskedInput for KV secrets without values
|
|
``` |