diff --git a/charts/ui/Chart.yaml b/charts/ui/Chart.yaml
index 1cbf90e5..1230bd1b 100644
--- a/charts/ui/Chart.yaml
+++ b/charts/ui/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: ui
description: Policy Reporter UI
type: application
-version: 0.0.15
-appVersion: "2.0.0-alpha.10"
+version: 0.0.16
+appVersion: "2.0.0-alpha.11"
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
home: https://kyverno.github.io/policy-reporter-ui
diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue
index 5beda49f..b4f3c48a 100644
--- a/frontend/layouts/default.vue
+++ b/frontend/layouts/default.vue
@@ -72,7 +72,15 @@
-
+
+
+
+ Failed to access API: {{ config.error }}
+
+
+
+
+
@@ -80,6 +88,8 @@