7 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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>
 |