summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-12-01 20:27:36 +0200
committerKAPIL SINGAL <ks220y@att.com>2020-12-02 18:08:16 +0000
commitee01e433cb623d2cbcdc8b61a10bd455f698c980 (patch)
treee322008660f6c3120447e2e1c7a6b219f216b12b /cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab
parent2f0772212f44e6722957ee9a9cd19d3529a1a765 (diff)
Fix Action position in Designer Canvas
Issue-ID: CCSDK-2286 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: Ib7520945b51122fc95c1dcbb7ecffecedb469eef
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html4
1 files changed, 2 insertions, 2 deletions
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
index 641caf2ad..8b93920e1 100644
--- 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
@@ -38,7 +38,7 @@
<h5 class="mb-0 d-flex justify-content-between">
<button class="btn btn-link " data-toggle="collapse" aria-expanded="false"
(click)="changeDivShow(mapIndex)">
- <i class="icon-file-code"></i> {{file.key}}
+ <i class="icon-file-code"></i> {{file.key}} <span class="readonlyTxt">(ReadOnly)</span>
</button>
<a data-toggle="modal" (click)="initDelete(file)" data-target="#exampleModal1"
@@ -64,7 +64,7 @@
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Cancel</button>
<button type="button" data-dismiss="modal" (click)="removeFile()"
- class="btn btn-primary">Delete</button>
+ class="btn btn-danger">Delete</button>
</div>
</div>
</div>