create DateBean, UserBean, TotalBean
[proteocache.git] / webapp / view / reportIPstatistics.jsp
index dec24be..8c9a153 100644 (file)
@@ -36,8 +36,8 @@
                        <tbody>
                                <c:forEach items="${results}" var="res">
                                        <tr>
-                                               <td>${res.totalId}</td>
-                                               <td><a title="Click to view other jobs" href="${ipquery}?ip=${res.ip}&Search=Search">${res.ip}</a></td>
+                                               <td>${res.totaljobs}</td>
+                                               <td><a title="Click to view other jobs" href="${ipquery}?ip=${res.name}&Search=Search">${res.name}</a></td>
                                        </tr>
                                </c:forEach>
                        </tbody>