File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cloud/google/recommendations
hosts/hostDetails/oracle/databases Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 "langKey" : " Suggestion"
1313 },
1414 {
15- "sort" : " resolutionLevel " ,
16- "langKey" : " Resolution Level "
15+ "sort" : " optimizationScore " ,
16+ "langKey" : " Optimization Score "
1717 },
1818 {
1919 "sort" : " projectName" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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)"
You can’t perform that action at this time.
0 commit comments