diff --git a/gcp/website/frontend3/src/go/templates/vulnerability.html b/gcp/website/frontend3/src/go/templates/vulnerability.html index 472ab7a520c..bd66e63b06a 100644 --- a/gcp/website/frontend3/src/go/templates/vulnerability.html +++ b/gcp/website/frontend3/src/go/templates/vulnerability.html @@ -267,7 +267,14 @@

Affected ranges -
{{ .DatabaseSpecificJSON }}
+
+
+ Show details +
+
{{ .DatabaseSpecificJSON }}
+
+
+
{{ end }} {{ end }} @@ -432,7 +439,14 @@

-
{{ .DatabaseSpecificJSON }}
+
+
+ Show details +
+
{{ .DatabaseSpecificJSON }}
+
+
+
{{ end }} {{ end }} diff --git a/gcp/website/frontend3/src/templates/vulnerability.html b/gcp/website/frontend3/src/templates/vulnerability.html index d1faee2eecb..8713e985e84 100644 --- a/gcp/website/frontend3/src/templates/vulnerability.html +++ b/gcp/website/frontend3/src/templates/vulnerability.html @@ -275,7 +275,14 @@

Affected ranges -
{{ range.database_specific | display_json }}
+
+
+ Show details +
+
{{ range.database_specific | display_json }}
+
+
+
{%- endif -%} {% endfor -%} @@ -456,7 +463,14 @@

-
{{ range.database_specific | display_json }}
+
+
+ Show details +
+
{{ range.database_specific | display_json }}
+
+
+
{%- endif -%} {% endfor -%}