1
0
mirror of https://github.com/goharbor/harbor synced 2025-04-15 19:59:09 +00:00
harbor/src/ui/static/app/global-message/message.component.html
2017-02-21 14:54:42 +08:00

7 lines
261 B
HTML

<clr-alert [clrAlertType]="'alert-danger'" [clrAlertAppLevel]="true" [(clrAlertClosed)]="!globalMessageOpened" (clrAlertClosedChange)="onClose()">
<div class="alert-item">
<span class="alert-text">
{{globalMessage}}
</span>
</div>
</clr-alert>