This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/location-view.html

8 lines
381 B
HTML
Raw Normal View History

2019-11-12 16:09:47 +00:00
<span class="location-view-element" data-title="{{ getLocationTooltip(location, locationPing) }}" data-html="true" bs-tooltip>
<span class="flag" ng-class="locationPing == -1 ? 'error' : ''">
<img ng-src="{{ '/static/img/flags/' + getLocationImage(location) }}">
</span>
<span class="strength-indicator" value="1000 - (locationPing || 0)" maximum="1000"></span>
</span>