We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8810320 commit 26bee6bCopy full SHA for 26bee6b
src/components/cloud/google/recommendations/Heading.json
@@ -12,8 +12,8 @@
12
"langKey": "Suggestion"
13
},
14
{
15
- "sort": "resolutionLevel",
16
- "langKey": "Resolution Level"
+ "sort": "optimizationScore",
+ "langKey": "Optimization Score"
17
18
19
"sort": "projectName",
src/components/cloud/google/recommendations/TableList.vue
@@ -61,7 +61,7 @@
61
<TdContent :value="rowData.scope.category" />
62
<TdContent :value="rowData.scope.objectType" />
63
<TdContent :value="rowData.scope.suggestion" />
64
- <TdContent :value="rowData.scope.resolutionLevel" />
+ <TdContent :value="rowData.scope.optimizationScore" />
65
<TdContent :value="rowData.scope.projectName" />
66
<TdContent
67
:value="rowData.scope.profileID"
0 commit comments