Skip to content

Commit

Permalink
Merge pull request #12392 from momesgin/12205-apps-basics-namespace-c…
Browse files Browse the repository at this point in the history
…reate-banner

Fix namespace create banner in basics step
  • Loading branch information
momesgin authored Oct 29, 2024
2 parents 885f0a8 + e84abed commit dca3f02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/pages/c/_cluster/apps/charts/install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@ export default {
<Banner
v-if="isNamespaceNew && value.metadata.namespace.length"
color="info"
class="namespace-create-banner"
>
<div v-clean-html="t('catalog.install.steps.basics.createNamespace', {namespace: value.metadata.namespace}, true) " />
</Banner>
Expand Down Expand Up @@ -1853,6 +1854,10 @@ export default {
.spacer {
line-height: 2;
}
.namespace-create-banner {
margin-bottom: 70px;
}
}
&__values {
&__controls {
Expand Down

0 comments on commit dca3f02

Please sign in to comment.