mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 21:21:06 +02:00
14 lines
331 B
Handlebars
14 lines
331 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<EmptyState
|
|
data-test-config-cta
|
|
@title="LDAP not configured"
|
|
@message="Get started by setting up the connection with your existing LDAP system."
|
|
>
|
|
<LinkTo class="has-top-margin-xs" @route="configure">
|
|
Configure LDAP
|
|
</LinkTo>
|
|
</EmptyState> |