VAULT-12950 Add breacrumbs to create + edit roles and configure (#18861)

This commit is contained in:
Kianna
2023-01-26 10:46:16 -08:00
committed by GitHub
parent 4d25841df9
commit 5a938f644f
10 changed files with 114 additions and 23 deletions

View File

@@ -1,4 +1,7 @@
<PageHeader as |p|>
<p.top>
<Page::Breadcrumbs @breadcrumbs={{@breadcrumbs}} />
</p.top>
<p.levelLeft>
<h1 class="title is-3">
Configure kubernetes

View File

@@ -1,4 +1,7 @@
<PageHeader as |p|>
<p.top>
<Page::Breadcrumbs @breadcrumbs={{@breadcrumbs}} />
</p.top>
<p.levelLeft>
<h1 class="title is-3">
{{if @model.isNew "Create role" "Edit role"}}