% include ../partials/head %> <% include ../partials/header %>
SDN-C AdminPortal
ALTS 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'){ %>
Add ALTS Credentials
<% } %>
ALTS Username
ALTS Password
<% if(priv == 'A'){ %>
Action
<% } %>
<% rows.forEach( function(row) { %>
<%= row.alts_username %>
*****
<% if(priv == 'A') { %>
Update
Delete
<% } %>
<% }); %>
<% include ../partials/alts_credentials %>