Skip to content

Commit 0d9ce25

Browse files
authored
Merge pull request #910 from ercole-io/fix-bugs
Fix bugs
2 parents eb816ee + 26bee6b commit 0d9ce25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/cloud/google/recommendations/Heading.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"langKey": "Suggestion"
1313
},
1414
{
15-
"sort": "resolutionLevel",
16-
"langKey": "Resolution Level"
15+
"sort": "optimizationScore",
16+
"langKey": "Optimization Score"
1717
},
1818
{
1919
"sort": "projectName",

src/components/cloud/google/recommendations/TableList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<TdContent :value="rowData.scope.category" />
6262
<TdContent :value="rowData.scope.objectType" />
6363
<TdContent :value="rowData.scope.suggestion" />
64-
<TdContent :value="rowData.scope.resolutionLevel" />
64+
<TdContent :value="rowData.scope.optimizationScore" />
6565
<TdContent :value="rowData.scope.projectName" />
6666
<TdContent
6767
:value="rowData.scope.profileID"

src/components/hosts/hostDetails/oracle/databases/DbInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/>
8484
</li>
8585
<li v-if="dbInfo.memorySizeLowerGb !== ''">
86-
<span>Memory Size Lower</span>
86+
<span>Memory Advisory Suggested Value</span>
8787
<span
8888
v-tooltip.right="options(dbInfo.memorySizeLowerGb)"
8989
v-html="highlight(dbInfo.memorySizeLowerGb)"

0 commit comments

Comments
 (0)