Skip to content

Commit 476ad4a

Browse files
committed
fix showing cloud advisor on troubleshooting and ercole evrsion
1 parent a19f0ce commit 476ad4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default {
146146
title: 'Ercole Version',
147147
message: `
148148
<p class="has-text-weight-bold">Server Version: <span class="has-text-weight-normal">${this.version}</span></p>
149-
<p class="has-text-weight-bold">Web Version: <span class="has-text-weight-normal">2.51.2</span></p>
149+
<p class="has-text-weight-bold">Web Version: <span class="has-text-weight-normal">2.52.0</span></p>
150150
`,
151151
cancelButton: false,
152152
type: 'is-success',

src/components/Menu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
this.$emit('collapsedSidebar', collapsed)
3030
},
3131
checkMenu(name, parent) {
32-
parent !== 'Cloud Advisors '
32+
parent !== 'Cloud Advisors'
3333
? localStorage.setItem('hideRecommendationsErrors', false)
3434
: localStorage.setItem('hideRecommendationsErrors', true)
3535

0 commit comments

Comments
 (0)