mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-01 15:00:49 +00:00
10 lines
452 B
HTML
10 lines
452 B
HTML
<div class="notification-box" [ngClass]="{hidden: !isVisible}">
|
|
<mat-progress-bar mode="determinate" [value]="progress"></mat-progress-bar>
|
|
<div style="display: flex; height: 102px;">
|
|
<div class="content" [ngClass]="{lightTheme: isLightThemeEnabled}">
|
|
<template #dynamicComponentContainer></template>
|
|
<mat-icon (click)="closeNotification()" class="close-button">close</mat-icon>
|
|
</div>
|
|
</div>
|
|
</div>
|