mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
[UI][VAULT-43929]::Update copy to specify entity ID is the required data input for merging entities (#14161) (#14162)
* fix(copy): update copy to specify entity ID is the required data input for merging entities * chore(changelog): add improvement changelog Co-authored-by: Nina Bucholtz <nina.balachandranmary@gmail.com>
This commit is contained in:
parent
ac231b3ea2
commit
07e4823ea3
3
changelog/_14161.txt
Normal file
3
changelog/_14161.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
ui: Update copy on merge entities page to specify entity ID is the required data input when merging entities.
|
||||
```
|
||||
@ -12,10 +12,10 @@ export default IdentityModel.extend({
|
||||
return ['toEntityId', 'fromEntityIds', 'force'];
|
||||
}),
|
||||
toEntityId: attr('string', {
|
||||
label: 'Entity to merge to',
|
||||
label: 'Entity ID to merge to',
|
||||
}),
|
||||
fromEntityIds: attr({
|
||||
label: 'Entities to merge from',
|
||||
label: 'Entity IDs to merge from',
|
||||
editType: 'stringArray',
|
||||
}),
|
||||
force: attr('boolean', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user