From d1777a52b741e84de795acb92482e83643169314 Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Thu, 7 Oct 2021 17:18:29 +0200 Subject: [PATCH] add hostname and locustfile data --- client/src/components/cluster_list.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/cluster_list.vue b/client/src/components/cluster_list.vue index a41ce2f..35f0969 100644 --- a/client/src/components/cluster_list.vue +++ b/client/src/components/cluster_list.vue @@ -190,6 +190,8 @@ export default { instances.push({ name: instance.name, namespace: instance.namespace, + testHost: instance.testHost, + locustfile: instance.locustfile, ingressHost: "http://"+instance.ingressHost, creationTimestamp: instance.creationTimestamp, numUsers: instance.numUsers,