open-vault/ui/lib/kubernetes/addon/components/config-cta.hbs

9 lines
302 B
Handlebars

<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."
>
<LinkTo class="has-top-margin-xs" @route="configure">
Configure Kubernetes
</LinkTo>
</EmptyState>