mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 21:21:06 +02:00
995 B
995 B
ToolbarSecretLink
ToolbarSecretLink
styles SecretLink for the Toolbar.
It should only be used inside of Toolbar
.
Param | Type | Default | Description |
---|---|---|---|
type | String |
"" |
Use "add" to change icon |
Example
<Toolbar>
<ToolbarActions>
<ToolbarSecretLink @params={{array 'vault.cluster.policies.create'}} @type="add">
Create policy
</ToolbarSecretLink>
</ToolbarActions>
</Toolbar>
See