X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sdnc-a1-controller%2Foam%2Fadmportal%2Fviews%2Fucpe%2FvnfMapDevice.ejs;fp=sdnc-a1-controller%2Foam%2Fadmportal%2Fviews%2Fucpe%2FvnfMapDevice.ejs;h=0000000000000000000000000000000000000000;hb=6a24cde9bbcc101fca02204ca6f1c69ada049790;hp=fbfa2ba5ae03c5378a92dad4edc2f8f064371b74;hpb=22ca33237c833c90e3626bf1132e72282e207ea5;p=nonrtric.git diff --git a/sdnc-a1-controller/oam/admportal/views/ucpe/vnfMapDevice.ejs b/sdnc-a1-controller/oam/admportal/views/ucpe/vnfMapDevice.ejs deleted file mode 100644 index fbfa2ba5..00000000 --- a/sdnc-a1-controller/oam/admportal/views/ucpe/vnfMapDevice.ejs +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - <% include ../partials/head %> - <% include ../partials/header %> - - SDN-C AdminPortal - - - - - -
-

uCPE VNF Map to Device

-
- -<% 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'; -} %> - - -
- - - - - - - - - - - - - - - - <% rows.forEach( function(row) { %> - - - - - - - - - <% }); %> - -
*VNF_VENDOR_NAME*VNF_MODEL*SERVICE_PORT_NAME*DEVICE_VENDOR_NAME*DEVICE_MODEL*MAPPED_SERVICE_PORT_NAME
<%= row.vnf_vendor_name %><%= row.vnf_model %><%= row.service_port_name %><%= row.device_vendor_name %><%= row.device_model %><%= row.mapped_service_port_name %>
- -
- - - - - - -