% include ../partials/head %>
<% include ../partials/header %>
SDN-C AdminPortal
Service Manager Credentials
<% 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';
} %>
<% if(priv == 'A'){ %>
<% } %>
Service Manager Username |
Service Manager Password |
<% if(priv == 'A'){ %>
Action |
<% } %>
<% rows.forEach( function(row) { %>
<%= row.service_manager_username %> |
***** |
<% if(priv == 'A') { %>
|
<% } %>
<% }); %>
<% include ../partials/service_manager_credentials %>