summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
diff options
context:
space:
mode:
authorAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2020-08-30 15:59:29 +0200
committerAhmedeldeeb50 <ahmed.eldeeb.ext@orange.com>2020-08-31 09:42:46 +0200
commitd73b71a2385f100e924bd377b0299e2b2d9898ca (patch)
tree99366c34e0a1e2fffb74627359a2086aab07af7e /cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
parent65a445a2afd3ca2d1022d2e7c7fc71ec12698e87 (diff)
adding tour-guide to package dashboard
Stop popup autoclose Issue-ID: CCSDK-2705 Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> Change-Id: Id6349d2d3b72fb3b316bc405498fabc71a6f7bbd
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
index 35ca1e2c9..5712f80a0 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
@@ -7,13 +7,13 @@
</div>
<div class="card-footer row">
<div class="col text-center">
- <a routerLink="/packages/createPackage" role="button" aria-pressed="true"
+ <a tourAnchor="create" routerLink="/packages/createPackage" role="button" aria-pressed="true"
class="btn-create-package float"><i class="icon-create-white" aria-hidden="true"></i>Create
Package
</a>
<br />
- <a href="#" role="button" aria-pressed="true" class="btn-import-package float"><i
- class="icon-import-blue" aria-hidden="true"></i>Import Package
+ <a href="#" id="clone-btn" role="button" aria-pressed="true" class="btn-import-package float"><i
+ tourAnchor="import" class="icon-import-blue" aria-hidden="true"></i>Import Package
</a>
<ngx-ui-loader></ngx-ui-loader>
</div>
@@ -76,9 +76,8 @@
<div class="col">
<p class="mb-0 mt-1">Last modified {{ bluePrint.createdDate | date:'short' }}
</p>
- <p class="mb-2">By {{bluePrint.updatedBy.split('<')[0]}}</p>
- <p class="package-desc" [delay]="300"
- tooltip="{{bluePrint.artifactDescription}}"
+ <p class="mb-2">By {{bluePrint.updatedBy.split('<')[0]}}</p>
+ <p class="package-desc" [delay]="300" tooltip="{{bluePrint.artifactDescription}}"
placement="bottom left">{{bluePrint.artifactDescription}}</p>
<ul class="package-contributers">
<li>
@@ -105,7 +104,7 @@
</div>
<div class="card-footer">
<div class="row">
-
+
<div class="col">
<button type="button" (click)="view(bluePrint.id)" class="btn btn-card-config"><i
class="icon-btn-card-config" aria-hidden="true"></i>Configuration</button>
@@ -121,4 +120,4 @@
</div>
</div>
-</div>
+</div> \ No newline at end of file