From 4896d9e1315b1faec8958416fd4f07ac1d4f2f8b Mon Sep 17 00:00:00 2001 From: "Rodrigo Reis Santos (AZURE)" Date: Sat, 6 Apr 2024 15:43:09 -0400 Subject: [PATCH] updates --- .../shortcodes/azure-resources-recommendationlist.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/layouts/shortcodes/azure-resources-recommendationlist.html b/docs/layouts/shortcodes/azure-resources-recommendationlist.html index 3f2a16122..201798afd 100644 --- a/docs/layouts/shortcodes/azure-resources-recommendationlist.html +++ b/docs/layouts/shortcodes/azure-resources-recommendationlist.html @@ -2,7 +2,7 @@ Recommendation List --> - + {{ $pageDir := path.Dir $.Page.File.Path }} {{ $parentDir := path.Dir $pageDir}} {{ $category := path.BaseName $parentDir }} {{ $type := path.BaseName $pageDir }} {{ with (index (index $.Site.Data $category) $type) }} @@ -15,6 +15,7 @@

Summary

Impact Category Automation Available + PG Verified {{ range sort .recommendations "recommendation" "asc" }} {{ if and (eq @@ -27,6 +28,7 @@

Summary

{{ .recommendationImpact }} {{ .recommendationControl }} {{ if eq .automationAvailable "arg" }}Yes{{ else }}No{{ end }} + {{ .pgVerified }} {{ end }} {{ end }} @@ -50,6 +52,10 @@

Category:  {{ .recommendationControl }} +
+ PG Verified:  + {{ .pgVerified }} + ResourceType:  {{ .recommendationResourceType }}