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=a4ab4cebfd76785bcf6e5a96bb63fc8cf513a3dc;hb=4f8259dcd4597a7c96285907bd33941d44ac456a;hp=d249d44cbbc28e318b07f10b82238ef0266e4ba8;hpb=fa50e55b6e8977ad0a6a28096fe58fb54924ca2b;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 d249d44c..a4ab4ceb 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. @@ -27,34 +27,48 @@ + + 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}}
+
@@ -63,7 +77,8 @@ - + +
@@ -71,4 +86,4 @@ - + \ No newline at end of file