X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fcontrol%2Fcontrol.component.html;h=cb41f1992f787f1d048a8fc1f13c35df7efe415b;hb=refs%2Fchanges%2F97%2F397%2F4;hp=4b2b020553e86bccf1ddea9d025e7c221a30dda5;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/control/control.component.html b/webapp-frontend/src/app/control/control.component.html index 4b2b0205..cb41f199 100644 --- a/webapp-frontend/src/app/control/control.component.html +++ b/webapp-frontend/src/app/control/control.component.html @@ -1,15 +1,15 @@
-

xApp Control

- - - -
+

xApp Control

+
+ +
+ + + + App Name + {{element.xapp}} + + + + Instance Name + {{element.instance.name}} + + + + Status + {{element.instance.status}} + + + + IP + {{element.instance.ip}} + + + + Port + {{element.instance.port}} + + + + Action + + + + + + + + + + + + + + +
+
+
+ txMessages: +
+
  • + {{rxmessage}} +
  • +
    + rxMessages: +
    +
  • + {{txmessage}} +
  • +
    +
    + \ No newline at end of file