Skip to content

Commit

Permalink
add hostname and locustfile to row
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Oct 7, 2021
1 parent 987d45e commit e3b6431
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/cluster_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<tr>
<td><a target=”_blank” :href=row.item.ingressHost>{{row.item.name}}</a></td>
<td>{{row.item.namespace}}</td>
<td>{{row.item.testHost}}</td>
<td>{{row.item.locustfile}}</td>
<td>{{row.item.creationTimestamp}}</td>
<td>{{row.item.numUsers}}</td>
<td>{{row.item.spawnRate}}</td>
Expand Down Expand Up @@ -97,6 +99,8 @@ export default {
value: 'name',
},
{ text: 'Namespace', value: 'namespace' },
{ text: 'Hostname', value: 'testHost' },
{ text: 'Locustfile', value: 'locustfile' },
{ text: 'Creation Timestamp', value: 'creationTimestamp' },
{ text: 'Parallel Users', value: 'numUsers' },
{ text: 'Spawn Rate', value: 'spawnRate' },
Expand Down

0 comments on commit e3b6431

Please sign in to comment.