diff --git a/frontend/modules/core/components/form/StatusSelect.vue b/frontend/modules/core/components/form/StatusSelect.vue
new file mode 100644
index 00000000..2e3601c6
--- /dev/null
+++ b/frontend/modules/core/components/form/StatusSelect.vue
@@ -0,0 +1,43 @@
+
+
+
+
+ {{ item.title }}
+
+
+ (+{{ modelValue.length - 2 }} others)
+
+
+
+
+
+
diff --git a/frontend/modules/core/components/policy/ClusterResults.vue b/frontend/modules/core/components/policy/ClusterResults.vue
index bab941c9..9dd61cee 100644
--- a/frontend/modules/core/components/policy/ClusterResults.vue
+++ b/frontend/modules/core/components/policy/ClusterResults.vue
@@ -1,12 +1,13 @@
-
+
Cluster Scoped Results
-
+
+
@@ -63,7 +64,7 @@
diff --git a/frontend/modules/core/components/policy/StatusCharts.vue b/frontend/modules/core/components/policy/StatusCharts.vue
index 197b116a..33c91ebc 100644
--- a/frontend/modules/core/components/policy/StatusCharts.vue
+++ b/frontend/modules/core/components/policy/StatusCharts.vue
@@ -34,6 +34,4 @@ const clusterScope = computed(() => {
return Object.values(props.data.charts.clusterScope || {}).reduce((acc, res) => acc + res, 0) > 0
})
-
-const source = computed(() => props.data.source)
diff --git a/frontend/pages/resource/[id].vue b/frontend/pages/resource/[id].vue
index 0ab2c382..d033d16f 100644
--- a/frontend/pages/resource/[id].vue
+++ b/frontend/pages/resource/[id].vue
@@ -18,7 +18,7 @@
{{ data.resource.apiVersion }} {{ data.resource.kind }}
-
+