X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Ftyped-policy-editor%2Ftyped-policy-editor.component.html;h=fc2279a77d8bf28a1d382f939b30589107c6c502;hb=HEAD;hp=cd2c0c4500a2a59123f659e29dafe76dc0983748;hpb=9fbfc54c9aa3669dd84d85f7c95fa57ba57ec642;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/typed-policy-editor/typed-policy-editor.component.html b/webapp-frontend/src/app/policy/typed-policy-editor/typed-policy-editor.component.html index cd2c0c4..fc2279a 100644 --- a/webapp-frontend/src/app/policy/typed-policy-editor/typed-policy-editor.component.html +++ b/webapp-frontend/src/app/policy/typed-policy-editor/typed-policy-editor.component.html @@ -25,37 +25,36 @@ Properties *
-
-

-{{isVisible.json ? 'expand_less' : 'expand_more'}} -JSON +

+ {{isVisible.json ? 'expand_less' : 'expand_more'}} + JSON

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

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

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