diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-05-18 15:38:56 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-05-18 15:38:56 +0200 |
commit | efcfc488bd295fa517c3011b3a376b0ec05b2ae5 (patch) | |
tree | 57be5f0e11413504a5819f8df9cfa00bc512b43f /cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | |
parent | d1b5ebc796b9457ef47f59bec55bc51124d69eba (diff) |
Test Current version and apply changes
Issue-ID: CCSDK-2374
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Ibe36d0981d91054412ac5218d5d121bff37db6f4
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | 7 |
1 files changed, 6 insertions, 1 deletions
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 9e1c9b709..86243ebb2 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 @@ -131,7 +131,7 @@ <div class="modal-body"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel" data-interval="false"> - <div class="carousel-inner" style="height: 450px"> + <div class="carousel-inner" style="height: 480px"> <!--OPTIONS SLIDE--> <div class="carousel-item active"> <h1>Let’s create the 1st Action</h1> @@ -207,6 +207,11 @@ </a> </div> </div> + <div class="row"> + <div class="col text-center"> + <button class="btn skip-btn">Skip to Designer Canvas</button> + </div> + </div> </div> <!--Custom Action Form--> <div class="carousel-item"> |