Bug fix
authorArtem Motchanyi <a.motchanyi@samsung.com>
Wed, 8 Nov 2017 09:58:18 +0000 (11:58 +0200)
committerArtem Motchanyi <a.motchanyi@samsung.com>
Wed, 8 Nov 2017 09:58:18 +0000 (11:58 +0200)
servers/dsm/src/main/webapp/WEB-INF/tiles/templates/device/device-reports.jsp

index 3d80585..ebacaf2 100644 (file)
@@ -128,8 +128,8 @@ $(document).ready(function() {
                                                 <td>${item.exe}</td>
                                                 <td>${item.subj}</td>
                                                 <td>${item.comm}</td>
-                                                <td>${item.success}</td>
                                                 <td>${item.tty}</td>
+                                                <td>${item.success}</td>
                                                 <td>${item.date}</td>
                                             </tr>
                                         </c:forEach>