mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 11:37:04 +02:00
817 B
817 B
ToolbarActions
ToolbarActions
is a container for toolbar links such as Add item.
It should only be used inside of Toolbar
.
Example
<Toolbar>
<ToolbarActions>
<ToolbarLink @params={{array 'vault.cluster.policy.edit'}}>
Edit policy
</ToolbarLink>
</ToolbarActions>
</Toolbar>
See