Tweaks to Intel dashboard

Change-Id: I9414b2eb771331be1324f4cb2c136809fc1b0667
diff --git a/monitoring/grafana-aether/templates/dashboard-configmap.yaml b/monitoring/grafana-aether/templates/dashboard-configmap.yaml
index 65438ce..5ad50a4 100644
--- a/monitoring/grafana-aether/templates/dashboard-configmap.yaml
+++ b/monitoring/grafana-aether/templates/dashboard-configmap.yaml
@@ -12,3 +12,6 @@
 {{- $dashboard := printf "dashboards/%s" . }}
 {{ ($.Files.Glob $dashboard).AsConfig | indent 2 }}
 {{- end}}
+{{- if .Values.enterpriseDashboard.enabled }}
+{{ (tpl ($.Files.Glob "dashboards/enterprise-system.json").AsConfig . ) | indent 2 }}
+{{- end}}