From a1db2c9fa30675062811839929a914e0ad2e07de Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 13 Mar 2019 16:45:14 +0530 Subject: Designer component changes Added the nodetemplate list panel and node template property panel as part of designer component Issue-ID: CCSDK-1135 Change-Id: Ifc02d203be2510ad7452247aa0816886e48838a6 Signed-off-by: Arundathi Patil --- .../designer/designer.component.html | 121 ++++++++++++++++++++- .../designer/designer.component.scss | 6 + 2 files changed, 125 insertions(+), 2 deletions(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html index b1c894099..3ab8f2414 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.html @@ -17,6 +17,123 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ --> +
+
+ + + + + Node types + + +
+
{{item}}
+
+
- - \ No newline at end of file + + + + Policy + + +
+
Policy 1
+
Policy 1
+
Policy 1
+
+
+
+
+
+ + +
+
+ + + + + + Type + + + +
+
vnf-netconf-device
+
+
+ + + + + Properties + + + + + + + + Interface + + + +
+
{{item}}
+
+
+ + + + + Interface + + + +
+
{{item}}
+
+
+ + + + + Artifacts + + + +
+
{{item}}
+
+
+ + + + + Inputs + + + +
+
{{item}}
+
+
+ + + + + Capabilities + + + +
+
{{item}}
+
+
+ + + +
+
+
\ No newline at end of file diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.scss index eecaa169d..1a3674c56 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/designer/designer.component.scss @@ -63,4 +63,10 @@ limitations under the License. background-position: 39px 32px; background-repeat: repeat; width: 100% +} +.designerTmp { + display: flex; + flex-direction: row; + height: 524px; + width: 100% } \ No newline at end of file -- cgit 1.2.3-korg