% include ../partials/head %>
<% include ../partials/header %>
SDN-C AdminPortal
User Trace
<% if ( typeof result != 'undefined' ) {
if (result.code.length > 0) {
if ( result.code == 'success' ) { %>
<%=result.msg %>
<% } else { %>
<%=result.msg %>
<% } %>
<% } %>
<% } %>
<% if( typeof privilege != 'undefined'){
var priv = privilege.privilege;
} else {
var priv = 'A';
} %>
Date |
ATTUID |
Action |
Description |
<% if (rows) {
rows.forEach(function(row) { %>
<%= row.date %> |
<%= row.attuid %> |
<%= row.action %> |
<%= row.description %> |
<% }); }; %>