From a05f4f3059011302d99356c4d2efbf5ce08c66a6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 19 Jan 2015 12:31:29 +0000 Subject: [PATCH] Proper fix for MKWS-352. The "targets" template uses the "name" element rather than "id". --- src/templates/targets.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/targets.handlebars b/src/templates/targets.handlebars index 5bba8a2..8b2355d 100644 --- a/src/templates/targets.handlebars +++ b/src/templates/targets.handlebars @@ -23,7 +23,7 @@ data: {{#each data}} - {{{id}}} + {{{name}}} {{hits}} {{#if message}} -- 1.7.10.4