7 lines
240 B
HTML
7 lines
240 B
HTML
<div class="form-help">
|
|
{{ 'SitesManager_HelpExcludedIps' | translate : '1.2.3.*' : '1.2.*.*' }}
|
|
|
|
<br/><br/>
|
|
|
|
<span ng-bind-html="'SitesManager_YourCurrentIpAddressIs'|translate:'<i>' + currentIpAddress + '</i>'"></span>
|
|
</div>
|