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=9e6e1e42e34ed31ab010818c259416a440276bb5;hpb=b3f060ed6175d6dab20e16f51cb96a8ed02a6fc2;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 9e6e1e4..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 @@ -20,44 +20,41 @@ --> -

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

+ {{isVisible.form ? 'expand_less' : 'expand_more'}} + Properties *

-
-
{{jsonFormStatusMessage}}
- - +
-

-{{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