Skip to content

Commit

Permalink
add hostname and locustfile data
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Oct 7, 2021
1 parent e3b6431 commit d1777a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/cluster_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d1777a5

Please sign in to comment.