mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
UI: Adds custom login settings link to empty state (#30923)
* add link to empty state * add "UI"
This commit is contained in:
parent
cc48470065
commit
370beb6946
1 changed files with 6 additions and 2 deletions
|
|
@ -67,8 +67,12 @@
|
|||
@title="No UI login settings yet"
|
||||
@message="Login settings can be used to customize which methods display in the web UI login form by setting a default and back up login methods. Available to be created via the CLI or HTTP API."
|
||||
>
|
||||
{{! TODO: update href with tutorial link }}
|
||||
{{! <Hds::Link::Standalone @icon="arrow-right" @iconPosition="trailing" @text="Learn more" @href="/" /> }}
|
||||
<Hds::Link::Standalone
|
||||
@icon="docs-link"
|
||||
@iconPosition="trailing"
|
||||
@text="UI login settings documentation"
|
||||
@href={{doc-link "/vault/docs/ui/custom-login"}}
|
||||
/>
|
||||
</EmptyState>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue