initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
7
static/directives/location-view.html
Normal file
7
static/directives/location-view.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<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>
|
Reference in a new issue