<% include ../partials/head %> <% include ../partials/header %> SDN-C AdminPortal

Metro ROADM Service Request

<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %> <% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
<% if(priv == 'A'){ %> <% } %> <% rows.forEach( function(row) { %> <% if(priv == 'A') { %> <% } %> <% }); %>
ReqId ReqSource NotificationURL Action ReqTimestamp UpdateTimestamp ReqStatus ProcStatus ReasonCode ReasonMsg ServiceId CommonId Clli_A Clli_Z Customer ControllerIdAction
<%= row.request_id %> <%= row.request_source %> <%= row.notification_url %> <%= row.action %> <%= row.request_timestamp %> <%= row.update_timestamp %> <%= row.request_status %> <%= row.processing_status %> <%= row.reason_code %> <%= row.reason_message %> <%= row.service_id %> <%= row.common_id %> <%= row.clli_a %> <%= row.clli_z %> <%= row.customer %> <%= row.controller_id %>
<% include ../partials/metroroadm_service_request %>