X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws.templates%2FTargets.handlebars;h=132f87f8b0bd9e602d7fe44ae737e1bbb57330ef;hb=8d1d4b22649401af52cfc1f1ba65d9627a149b15;hp=99ed801d5b24fde751d74fc31513131ae234b9b8;hpb=2883bc9d2ba4d8f54280911b4f4e174594d1fde8;p=mkws-moved-to-github.git diff --git a/src/mkws.templates/Targets.handlebars b/src/mkws.templates/Targets.handlebars index 99ed801..132f87f 100644 --- a/src/mkws.templates/Targets.handlebars +++ b/src/mkws.templates/Targets.handlebars @@ -2,11 +2,11 @@ Target detail data: - id - target id - hits - number of hits for this target - diagnostic - - records - - state - target state + id - target id, an opaque identifier + hits - number of hits for this target, or "Error" if an error has occurred + diagnostic - diagnostic code returned by target, if any. May be numeric or human-readable + records - number of record retrieved from target + state - target state (Client_Idle, Client_Working, Client_Disconnected or Client_Error) }} @@ -26,7 +26,7 @@ data: - + {{/each}}
{{hits}} {{diagnostic}} {{records}}{{hits}}{{state}}