Extend targets-template comment to note that we have the "name" field.
[mkws-moved-to-github.git] / src / templates / targets.handlebars
index 5bba8a2..5b14484 100644 (file)
@@ -2,6 +2,7 @@
 Target detail
 
 data:
+  name - human-readable display-name of the target
   id - target id, an opaque identifier
   hits - number of hits for this target, or "Error" if an error has occurred
   diagnostic - numeric diagnostic code returned by target; 0 if OK
@@ -23,7 +24,7 @@ data:
   <tbody>
   {{#each data}}
     <tr>
-      <td>{{{id}}}</td>
+      <td>{{{name}}}</td>
       <td>{{hits}}</td>
       <td>
        {{#if message}}