X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-instance%2Fpolicy-instance.component.html;h=3203c0d92994979c0fba362d7435a3181d6df8ea;hb=90295c9a25c27628164eed0c66d0a89df587525b;hp=9c7032ce0ec71558d13a25bf2e8a79ee027fd6a1;hpb=b3f6966f626c9d58e443280ff3ce17e44a2873e4;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.html b/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.html index 9c7032c..3203c0d 100644 --- a/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.html +++ b/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.html @@ -17,51 +17,89 @@ limitations under the License. ========================LICENSE_END=================================== --> - +
+ Number of instances: {{instanceCount()}} + + +
+ + - Instance +
+
+ + + Instance + + +
- {{element.policy_id}} + {{instance.policy_id}}
- Target +
+
+ + + Target + + +
- {{element.ric_id}} + {{instance.ric_id}}
- Owner +
+
+ + + Owner + + +
- {{element.service_id}} + {{instance.service_id}}
- Last modified +
+
+ + + Last modified + + +
- {{toLocalTime(element.lastModified)}} + {{toLocalTime(instance.lastModified)}}
Action - - @@ -72,12 +110,11 @@ No records found. - + -
+