summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html
diff options
context:
space:
mode:
authorManor, Yanir (ym903w) <ym903w@intl.att.com>2018-10-21 11:00:42 +0300
committerManor, Yanir (ym903w) <ym903w@intl.att.com>2018-10-21 11:00:42 +0300
commita0c5a22d123f1bdaa8ec7bfbf75f76cbe2ace29a (patch)
tree456198ada103cd23bd57f40b6475fb3c9a86fef5 /public/src/app/rule-engine/confirm-popup/confirm-popup.component.html
parent29ffa5ef26f82002bf894b9288e9a369a144388d (diff)
Update code to latest
Change-Id: I76b37c2d6d333204899c9bc87f310e5b607a5e73 Issue-ID: DCAEGEN2-836 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'public/src/app/rule-engine/confirm-popup/confirm-popup.component.html')
-rw-r--r--public/src/app/rule-engine/confirm-popup/confirm-popup.component.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html b/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html
index 837e0f8..aa0434b 100644
--- a/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html
+++ b/public/src/app/rule-engine/confirm-popup/confirm-popup.component.html
@@ -19,12 +19,17 @@
align-items: center;" [innerHTML]="'x' | feather:20" (click)="close(false)"></span>
</div>
</div>
- <div class="content" style="padding: 0 0 20px 50px; font-family: 'Open Sans', sans-serif; font-size: 14px;">
- Are you sure you want to delete?
+ <div class="content" style="padding: 0 0 7px 50px; font-family: 'Open Sans', sans-serif; font-size: 14px;">
+ <div>
+ Are you sure you want to delete MC configuration?
+ </div>
+ <div>
+ This will remove the assigned blueprint artifact.
+ </div>
</div>
<div class="buttons">
- <button mat-raised-button color="primary" style="background-color: #CF2A2A; margin-right: 10px; font-size: 14px; font-family: 'Open Sans', sans-serif; height: 36px; color:white;"
+ <button mat-raised-button color="primary" style="background-color: #CF2A2A; margin-right: 10px; font-size: 14px; font-family: 'Open Sans', sans-serif; height: 36px; color:white; margin-right: 3px;"
(click)="close(true)" data-tests-id="btnDelete">
DELETE
</button>