diff --git a/src/types/selector.d.ts b/src/types/selector.d.ts
index f968d544..4b9a6f42 100644
--- a/src/types/selector.d.ts
+++ b/src/types/selector.d.ts
@@ -37,3 +37,13 @@ export type Endpoint = {
label: string;
value: string;
};
+
+export type Service = {
+ id: string;
+ value: string;
+ label: string;
+ group: string;
+ normal: boolean;
+ layers: string[];
+ shortName: string;
+};
diff --git a/src/views/dashboard/graphs/ServiceList.vue b/src/views/dashboard/graphs/ServiceList.vue
index 0b6cb3de..c7a30280 100644
--- a/src/views/dashboard/graphs/ServiceList.vue
+++ b/src/views/dashboard/graphs/ServiceList.vue
@@ -46,6 +46,21 @@ limitations under the License. -->
+
+
+
+
+
+
+