% include ../partials/head %> <% include ../partials/header %>
SDN-C AdminPortal
HTTP Server Access Log
<% 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)
Method
Version
Status
URL
<% for(var x=0; x < rows.length; x++) { %>
<%= rows[x].date %>
<%= rows[x].method %>
<%= rows[x].version %>
<%= rows[x].status %>
<%= rows[x].url %>
<% } %>