From 077b1ab152c61695ac4d007035dfb81e9aef2c61 Mon Sep 17 00:00:00 2001 From: shaaban Altanany Date: Sun, 5 Jan 2020 12:03:05 +0200 Subject: add importTab component in package creation Issue-ID: CCSDK-2016 Signed-off-by: shaaban Altanany Change-Id: I828f9891863224cd3c70dbcaf1149efdff394c6e --- .../imports-tab/imports-tab.component.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html new file mode 100644 index 000000000..fc1015ca0 --- /dev/null +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html @@ -0,0 +1,23 @@ +
+ + gi + Optional custom content that replaces the the entire default content. + + + +
+ + + + + + + + + + + +
Name
{{ item.relativePath }}
+
+
-- cgit 1.2.3-korg