From 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 Mon Sep 17 00:00:00 2001 From: ys9693 Date: Sun, 19 Jan 2020 13:50:02 +0200 Subject: Catalog alignment Issue-ID: SDC-2724 Signed-off-by: ys9693 Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe --- .../req-and-capabilities-editable-view.html | 247 --------------------- 1 file changed, 247 deletions(-) delete mode 100644 catalog-ui/src/app/view-models/workspace/tabs/req-and-capabilities/req-and-capabilities-editable-view.html (limited to 'catalog-ui/src/app/view-models/workspace/tabs/req-and-capabilities/req-and-capabilities-editable-view.html') diff --git a/catalog-ui/src/app/view-models/workspace/tabs/req-and-capabilities/req-and-capabilities-editable-view.html b/catalog-ui/src/app/view-models/workspace/tabs/req-and-capabilities/req-and-capabilities-editable-view.html deleted file mode 100644 index 566cc5fc2c..0000000000 --- a/catalog-ui/src/app/view-models/workspace/tabs/req-and-capabilities/req-and-capabilities-editable-view.html +++ /dev/null @@ -1,247 +0,0 @@ - - -
- - -
-
-
Requirements -
-
Capabilities -
-
-
- -
- - - {{mode === 'requirements' ? 'Add Requirement' : 'Add Capability'}} -
-
-
- -
-
- - -
{{mode === 'requirements' ? 'Add Requirement' : 'Add Capability'}}
-
-
- -
-
-
-
- {{header.title}} - -
-
- -
- -
- There are no requirements to display - -
-
-
-
- {{(!req.isCreatedManually ? req.ownerName + '.' : '') + req.name}} -
-
- {{req.capability && cutToscaTypePrefix(req.capability, 'capabilities.')}} -
-
- {{req.node && cutToscaTypePrefix(req.node, "nodes.")}} -
-
- {{req.relationship && cutToscaTypePrefix(req.relationship, "relationships.")}} -
-
- {{req.minOccurrences}} - {{req.maxOccurrences}} -
-
- -
-
-
-
-
- -
-
-
-
-
-
- {{header.title}} - -
-
- -
- -
- There are no capabilities to display -
-
- -
- - - {{(!capability.isCreatedManually ? capability.ownerName + '.' : '') + capability.name}} - -
-
- {{capability.type && cutToscaTypePrefix(capability.type, 'capabilities.')}} -
- -
-
{{capability.description}} -
-
- -
- {{capability.validSourceTypes.join(',')}} -
- -
- {{capability.minOccurrences}} - {{capability.maxOccurrences}} -
- -
- -
-
-
-

Properties

-
-
-
-
- {{header.title}} - -
-
- -
-
-
- {{property.name}} -
-
- {{property.type}} -
-
- {{property.schema.property.type}} -
-
- {{property.description}} -
-
-
- -
-
-
-
-
- -
-
-
- -- cgit 1.2.3-korg