- A role in Vault dictates what will be generated for Kubernetes and what kind of rules will be used to do so. It is not a
- Kubernetes role.
-
+
+
{{#each this.generationPreferences as |pref|}}
diff --git a/ui/lib/kubernetes/addon/components/page/role/details.hbs b/ui/lib/kubernetes/addon/components/page/role/details.hbs
index 2d3a505f5b..1923b2c222 100644
--- a/ui/lib/kubernetes/addon/components/page/role/details.hbs
+++ b/ui/lib/kubernetes/addon/components/page/role/details.hbs
@@ -3,41 +3,36 @@
SPDX-License-Identifier: BUSL-1.1
}}
-
-
+
+ <:breadcrumbs>
-
-
-
- {{@role.name}}
-
-
-
-
-
-
- {{#if @capabilities.canDelete}}
-
-
- {{/if}}
- {{#if @capabilities.canGenerateCreds}}
-
- Generate credentials
-
- {{/if}}
- {{#if @capabilities.canUpdate}}
-
- Edit role
-
- {{/if}}
-
-
+
+ <:actions>
+
+
+ {{#if @capabilities.canUpdate}}
+
+ Edit role
+
+ {{/if}}
+ {{#if @capabilities.canGenerateCreds}}
+
+ Generate credentials
+
+ {{/if}}
+ {{#if @capabilities.canDelete}}
+
+ Delete role
+
+ {{/if}}
+
+
+
{{#each this.displayFields as |field|}}
{{/each-in}}
-{{/each}}
\ No newline at end of file
+{{/each}}
+
+{{#if this.showConfirmDeleteModal}}
+