X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-instance-dialog.component.html;fp=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-instance-dialog.component.html;h=0000000000000000000000000000000000000000;hb=c43690c45b3f4d08d013ec488b83dea793cca646;hp=76a9ae08fad50e9b5027edebb841b1bbd6a8a764;hpb=923a26d056fd5b613aa1342fff7d7f0f74d9267e;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy-control/policy-instance-dialog.component.html b/webapp-frontend/src/app/policy-control/policy-instance-dialog.component.html deleted file mode 100644 index 76a9ae0..0000000 --- a/webapp-frontend/src/app/policy-control/policy-instance-dialog.component.html +++ /dev/null @@ -1,106 +0,0 @@ - - - -
- -
- -
{{jsonSchemaObject.description}}
- -
- - - - - - {{ric.ric_id}} - - -
-
- This field is required. -
-
-
- -

- {{isVisible.form ? 'expand_less' : 'expand_more'}} - Properties -

-
-
{{jsonFormStatusMessage}}
- - - -
-
- - -
-

- {{isVisible.json ? 'expand_less' : 'expand_more'}} - Json -

-
-
- - {{formIsValid ? 'Json' : 'Not valid'}} - - Invalid form - — errors: -
-
-
-
{{prettyLiveFormData}}
-
-
- -

- {{isVisible.schema ? 'expand_less' : 'expand_more'}} - Json Schema -

-
- Schema -
{{schemaAsString}}
-
-
-
\ No newline at end of file