X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=sdnc-a1-controller%2Foam%2Fadmportal%2Fviews%2Fucpe%2FservicePort.ejs;fp=sdnc-a1-controller%2Foam%2Fadmportal%2Fviews%2Fucpe%2FservicePort.ejs;h=80537133c0a3e1ce371079686698f40d0cbb3875;hb=b6fe5a1bbad372357f6b441e1657dd8bbe48dc1a;hp=0000000000000000000000000000000000000000;hpb=4e0c72d8a2570e256911eab7cc34f770a1aa327a;p=nonrtric.git diff --git a/sdnc-a1-controller/oam/admportal/views/ucpe/servicePort.ejs b/sdnc-a1-controller/oam/admportal/views/ucpe/servicePort.ejs new file mode 100644 index 00000000..80537133 --- /dev/null +++ b/sdnc-a1-controller/oam/admportal/views/ucpe/servicePort.ejs @@ -0,0 +1,88 @@ + + + + + + <% include ../partials/head %> + <% include ../partials/header %> + + SDN-C AdminPortal + + + + + +
+

uCPE Service Port

+
+ +<% 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) { %> + + + + + + + + + <% }); %> + +
*DEVICE_VENDOR_NAME*DEVICE_MODEL*SERVICE_PORT_NAMEPHYSICAL_PORT_NAMEPHYSICAL_SPEEDPHYSICAL_SPEED_UNITS
<%= row.device_vendor_name %><%= row.device_model %><%= row.service_port_name %><%= row.physical_port_name %><%= row.physical_speed %><%= row.physical_speed_units %>
+ +
+ + + + + + +