8 lines
245 B
HTML
8 lines
245 B
HTML
<div>
|
|
{{ 'SitesManager_HelpExcludedIpAddresses' | translate : '1.2.3.4/24' : '1.2.3.*' : '1.2.*.*' }}
|
|
|
|
<br/><br/>
|
|
|
|
<span ng-bind-html="'SitesManager_YourCurrentIpAddressIs'|translate:'<i>' + currentIpAddress + '</i>'"></span>
|
|
</div>
|