tools: include the key name in keylocator as the NFD id in nfd-status

refs #1807

Change-Id: I28f17c459efb720f957f33a6fc27a55edde719ea
diff --git a/tools/nfd-status-http-server-files/nfd-status.xsl b/tools/nfd-status-http-server-files/nfd-status.xsl
index e7cc55a..031f273 100644
--- a/tools/nfd-status-http-server-files/nfd-status.xsl
+++ b/tools/nfd-status-http-server-files/nfd-status.xsl
@@ -72,6 +72,7 @@
   <table class="item-list">
     <thead>
       <tr>
+        <th>NFD ID</th>
         <th>Version</th>
         <th>Start time</th>
         <th>Current time</th>
@@ -89,6 +90,7 @@
     </thead>
     <tbody>
       <tr class="center">
+        <td><xsl:apply-templates select="nfd:nfdId"/></td>
         <td><xsl:apply-templates select="nfd:version"/></td>
         <td><xsl:call-template name="formatDate"><xsl:with-param name="date" select="nfd:startTime" /></xsl:call-template></td>
         <td><xsl:call-template name="formatDate"><xsl:with-param name="date" select="nfd:currentTime" /></xsl:call-template></td>