This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/static/directives/quay-service-status-bar.html
2015-03-06 14:06:20 -05:00

7 lines
No EOL
388 B
HTML

<div class="announcement inline" ng-show="indicator != 'none' && indicator != 'loading' && incidents">
<div ng-repeat="incident in incidents">
<span class="quay-service-status-indicator" ng-class="indicator"
ng-if="indicator != 'loading'"></span>
<a ng-href="{{ incident.shortlink }}" class="quay-service-status-description">{{ incident.name }}</a>
</div>
</div>