diff --git a/pkg/dashboard/templates/dashboard.gohtml b/pkg/dashboard/templates/dashboard.gohtml
index f9f76c6d..c7ead437 100644
--- a/pkg/dashboard/templates/dashboard.gohtml
+++ b/pkg/dashboard/templates/dashboard.gohtml
@@ -135,6 +135,22 @@
{{ .Kind }}:
{{ .Name }}
+
+
+
Controller Spec:
+
+ {{ range $message := .Results.GetSortedResults }}
+ -
+
+ {{ .Message }}
+
+
+
+
+ {{ end }}
+
+
+
Pod Spec:
@@ -149,6 +165,7 @@
{{ end }}
+
{{ range .PodResult.ContainerResults }}
Container: {{ .Name }}