diff options
author | 2020-01-15 15:32:10 +0200 | |
---|---|---|
committer | 2020-01-20 13:16:47 +0000 | |
commit | 3279721d72b3e5adadf5431c58383e71f6b080d7 (patch) | |
tree | 3b5fa47ab6a959dc66db1309d7a7308ab147a6b5 /vid-webpack-master/src/app/shared/components/customModal/modal.component.html | |
parent | dfcca5853eacb0e0d3bdd6370c724503c34194be (diff) |
Move onap UI loader and icons to VID
Issue-ID: VID-748
Change-Id: If79180e55651ad29bd2771a35855209419d1a0f5
Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
Diffstat (limited to 'vid-webpack-master/src/app/shared/components/customModal/modal.component.html')
-rw-r--r-- | vid-webpack-master/src/app/shared/components/customModal/modal.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-webpack-master/src/app/shared/components/customModal/modal.component.html b/vid-webpack-master/src/app/shared/components/customModal/modal.component.html index 11455bc32..059eb8a3f 100644 --- a/vid-webpack-master/src/app/shared/components/customModal/modal.component.html +++ b/vid-webpack-master/src/app/shared/components/customModal/modal.component.html @@ -8,12 +8,12 @@ <div *ngIf="title" class="title" > {{ title }} - <svg-icon + <custom-icon *ngIf="titleIcon" [name]="titleIcon.iconName" [mode]="titleIcon.iconMode" [size]="titleIcon.iconSize"> - </svg-icon> + </custom-icon> </div> <sdc-modal-close-button #modalCloseButton [testId]="'close' | calculateTestId : testId" [modalInstanceRef]="instanceRef"></sdc-modal-close-button> </div> |