mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-24 11:15:24 +01:00
4 lines
274 B
HTML
4 lines
274 B
HTML
|
<div ng-show="toggleAlert" class="alert alert-danger alert-dismissible alert-custom" role="alert">
|
||
|
<button type="button" class="close" ng-click="close()"><span aria-hidden="true">×</span></button>
|
||
|
<strong>// 'caution' | tr //</strong> //message//
|
||
|
</div>
|