|
|
|
@ -15,7 +15,7 @@ |
|
|
|
limitations under the License. |
|
|
|
|
|
|
|
--> |
|
|
|
<h2 mat-dialog-title>{{data.title}}</h2> |
|
|
|
<h2 mat-dialog-title class="dialog-title" tbTruncateWithTooltip>{{data.title}}</h2> |
|
|
|
<div mat-dialog-content [innerHTML]="data.message | safe: 'html'"></div> |
|
|
|
<div mat-dialog-actions fxLayoutAlign="end center"> |
|
|
|
<button mat-button color="primary" [mat-dialog-close]="false">{{data.cancel}}</button> |
|
|
|
|