vault/ui/lib/ldap/addon/components/config-cta.hbs
claire bontempo 79ed357954
UI: Make empty state links consistent (#25209)
* round one of updating empty state actions

* second round of empty states

* update tests

* add changelog
2024-02-02 16:56:53 -08:00

12 lines
361 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."
>
<Hds::Link::Standalone @icon="chevron-right" @iconPosition="trailing" @text="Configure LDAP" @route="configure" />
</EmptyState>