mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-21 22:51:09 +02:00
* round one of updating empty state actions * second round of empty states * update tests * add changelog
12 lines
409 B
Handlebars
12 lines
409 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<EmptyState
|
|
data-test-config-cta
|
|
@title="Kubernetes not configured"
|
|
@message="Get started by establishing the URL of the Kubernetes API to connect to, along with some additional options."
|
|
>
|
|
<Hds::Link::Standalone @icon="chevron-right" @iconPosition="trailing" @text="Configure Kubernetes" @route="configure" />
|
|
</EmptyState> |