From 35dd33089474aa36700d6c75747dd484dcd4c216 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Mon, 31 Aug 2020 15:29:27 +0200 Subject: Add Help icon and user profile Issue-ID: CCSDK-2709 Signed-off-by: Sarah Abouzainah Change-Id: I1ba21a16cc8254c96b54b2d28117aaa33a5dee62 Signed-off-by: Sarah Abouzainah --- .../configuration-dashboard.component.html | 64 +++++++++++++++++++++- .../package-creation.component.html | 63 ++++++++++++++++++++- 2 files changed, 123 insertions(+), 4 deletions(-) (limited to 'cds-ui/designer-client/src') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index 1e5b18d43..0c42d3ef2 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -2,7 +2,7 @@
-
+

-
+
+ +
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html index 48d4dd57f..454e11215 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html @@ -11,8 +11,67 @@
  • Package Name
  • -
    - +
    + +
    -- cgit 1.2.3-korg