mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 11:07:00 +02:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
import SecretLink from './secret-link';
|
|
|
|
export default SecretLink.extend({
|
|
class: 'toolbar-button',
|
|
glyph: 'chevron-right',
|
|
});
|