summaryrefslogtreecommitdiffstats
path: root/public/src/app/app.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/app.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/app.component.html')
-rw-r--r--public/src/app/app.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/src/app/app.component.html b/public/src/app/app.component.html
index 29762b6..77230cf 100644
--- a/public/src/app/app.component.html
+++ b/public/src/app/app.component.html
@@ -2,6 +2,7 @@
<main [@slideAnimation]="getRouterOutletState(o)">
<app-error-dialog></app-error-dialog>
<app-sdc-notify-dialog></app-sdc-notify-dialog>
+ <app-revert-dialog></app-revert-dialog>
<app-loader [hidden]="!this.store.loader"></app-loader>
<router-outlet #o="outlet"></router-outlet>
</main>