X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fran-control%2Fran-control.component.html;h=01dd2929de2683e17b0d6e7100eefc196a82d7e8;hb=refs%2Fchanges%2F72%2F2272%2F8;hp=860e137be3c9b140de7d89662ecdb372d7ba4447;hpb=5b686151904e2582ea9ce9d2f1c6abb7a400afa5;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ran-control/ran-control.component.html b/webapp-frontend/src/app/ran-control/ran-control.component.html index 860e137b..01dd2929 100644 --- a/webapp-frontend/src/app/ran-control/ran-control.component.html +++ b/webapp-frontend/src/app/ran-control/ran-control.component.html @@ -2,7 +2,7 @@ ========================LICENSE_START================================= O-RAN-SC %% - Copyright (C) 2019 AT&T Intellectual Property and Nokia + Copyright (C) 2019 AT&T Intellectual Property %% Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,52 +19,71 @@ -->
-

RAN Connections

+

RAN Connections

-
- -
- + + Nodeb ID - {{ran.nodebIdentity.globalNbId.nbId}} + +
{{ran.nodebIdentity.globalNbId.nbId}}
+
Node Type - {{ran.nodebStatus.nodeType}} + +
{{ran.nodebStatus.nodeType}}
+
RAN Name - {{ran.nodebIdentity.inventoryName}} + +
{{ran.nodebIdentity.inventoryName}}
+
IP - {{ran.nodebStatus.ip}} + +
{{ran.nodebStatus.ip}}
+
Port - {{ran.nodebStatus.port}} + +
{{ran.nodebStatus.port}}
+
Connection Status - {{ran.nodebStatus.connectionStatus}} + +
{{ran.nodebStatus.connectionStatus}}
+
- + + No records found. + + + +
-
+
+ +
+ + \ No newline at end of file