% include ../partials/head %> <% include ../partials/header %>
SDN-C AdminPortal
User Trace
<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
Date (UTC)
ATTUID
Action
Description
<% for (var x=0; x < rows.length; x++) { %>
<%= rows[x].date %>
<%= rows[x].attuid %>
<%= rows[x].action %>
<%= rows[x].desc %>
<% } %>