changeset 149:23d561f227fd

Use real agentId in kill-vm requests Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024442.html
author Andrew Azores <aazores@redhat.com>
date Fri, 04 Aug 2017 09:47:24 -0400
parents 63983088d5b7
children 9d4f0f049abe
files src/app/components/jvm-info/kill-vm.service.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/components/jvm-info/kill-vm.service.js	Fri Aug 04 08:24:05 2017 -0400
+++ b/src/app/components/jvm-info/kill-vm.service.js	Fri Aug 04 09:47:24 2017 -0400
@@ -45,7 +45,7 @@
       'systems',
       systemId,
       'agents',
-      'testAgent', // TODO: replace with agentId once agent registers itself with correct id
+      agentId,
       'jvms',
       jvmId,
       'sequence',