Skip to content

Commit

Permalink
Merge pull request #142 from aalves08/139-operator-install
Browse files Browse the repository at this point in the history
Install elemental-operator from Rancher Markeplace chart
  • Loading branch information
aalves08 authored Nov 15, 2023
2 parents b435493 + 803cc92 commit fc614de
Show file tree
Hide file tree
Showing 14 changed files with 1,208 additions and 794 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@rancher/components": "0.1.0-alpha.9",
"@rancher/shell": "0.3.26",
"@rancher/shell": "0.3.27",
"@types/lodash": "4.14.184",
"core-js": "3.21.1",
"css-loader": "4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/elemental/components/BuildIso.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export default {
</div>
<Banner
v-if="isoBuildTriggerError || isoBuildProcessError"
v-clean-html="isoBuildTriggerError || isoBuildProcessError"
color="error"
data-testid="build-iso-banner"
v-html="isoBuildTriggerError || isoBuildProcessError"
/>
</div>
</template>
Expand Down
Loading

0 comments on commit fc614de

Please sign in to comment.