Revert "RIFT-15245: Vnfd-id edit in VNF composer behaves strangely" 25/925/1
authorKIRAN KASHALKAR <kiran.kashalkar@riftio.com>
Thu, 12 Jan 2017 01:26:59 +0000 (20:26 -0500)
committerKIRAN KASHALKAR <kiran.kashalkar@riftio.com>
Thu, 12 Jan 2017 01:27:13 +0000 (20:27 -0500)
This reverts commit 3ea4a6fecbcd4265ad9da9c06720e9d879bfbf57.

Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js
skyquake/plugins/composer/src/src/styles/EditDescriptorModelProperties.scss
skyquake/plugins/composer/src/src/styles/_ColorGroups.scss

index d04dddf..4ee4345 100644 (file)
@@ -178,8 +178,8 @@ export default function EditDescriptorModelProperties(props) {
                let catalogs = cds.getTransientCatalogs();
 
                const name = path.join('.');
+               const isEditable = true;
                const isGuid = Property.isGuid(property);
-               const isEditable = isGuid;
                const onChange = onFormFieldValueChanged.bind(container);
                const isEnumeration = Property.isEnumeration(property);
                const isLeafRef = Property.isLeafRef(property);
index fcca9ef..48ce949 100644 (file)
                font-size: 10px;
                font-family: monospace;
        }
-       input[readonly='readonly'] {
-               background-color: $readonly-background-color;
-       }
 
 }
index fe3ded4..b0ea3fb 100644 (file)
@@ -28,6 +28,4 @@ $vnffgd-secondary-color: #2aa198;
 $common-primary-color: black;
 $common-secondary-color: white;
 $common-background-color: white;
-$common-foreground-color: black;
-
-$readonly-background-color: #ffe;
\ No newline at end of file
+$common-foreground-color: black;
\ No newline at end of file