| commit | 2d500b28cb1de263137d562547e492c67971e273 | [log] [tgz] |
|---|---|---|
| author | KIRAN KASHALKAR <kiran.kashalkar@riftio.com> | Wed Jan 11 20:26:59 2017 -0500 |
| committer | KIRAN KASHALKAR <kiran.kashalkar@riftio.com> | Wed Jan 11 20:27:13 2017 -0500 |
| tree | 1a22a30c80c9c482f5e3fa17b9f557f23050ea58 | |
| parent | 2b7b8e3dfe6ef1e8ea1162cfb37ec50fafbc771b [diff] |
Revert "RIFT-15245: Vnfd-id edit in VNF composer behaves strangely" This reverts commit 3ea4a6fecbcd4265ad9da9c06720e9d879bfbf57. Signed-off-by: KIRAN KASHALKAR <kiran.kashalkar@riftio.com>
diff --git a/skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js b/skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js index d04dddf..4ee4345 100644 --- a/skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js +++ b/skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js
@@ -178,8 +178,8 @@ 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);
diff --git a/skyquake/plugins/composer/src/src/styles/EditDescriptorModelProperties.scss b/skyquake/plugins/composer/src/src/styles/EditDescriptorModelProperties.scss index fcca9ef..48ce949 100644 --- a/skyquake/plugins/composer/src/src/styles/EditDescriptorModelProperties.scss +++ b/skyquake/plugins/composer/src/src/styles/EditDescriptorModelProperties.scss
@@ -305,8 +305,5 @@ font-size: 10px; font-family: monospace; } - input[readonly='readonly'] { - background-color: $readonly-background-color; - } }
diff --git a/skyquake/plugins/composer/src/src/styles/_ColorGroups.scss b/skyquake/plugins/composer/src/src/styles/_ColorGroups.scss index fe3ded4..b0ea3fb 100644 --- a/skyquake/plugins/composer/src/src/styles/_ColorGroups.scss +++ b/skyquake/plugins/composer/src/src/styles/_ColorGroups.scss
@@ -28,6 +28,4 @@ $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