Announce Server -> Discovery Server

This commit is contained in:
Jakob Borg 2014-09-08 09:42:33 +02:00
parent fc4a76ee50
commit baf8a63121
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -199,7 +199,7 @@
<td class="text-right">{{connections['total'].outbps | metric}}bps ({{connections['total'].OutBytesTotal | binary}}B)</td>
</tr>
<tr ng-if="system.extAnnounceOK != undefined">
<th><span class="glyphicon glyphicon-bullhorn"></span>&emsp;<span translate>Announce Server</span></th>
<th><span class="glyphicon glyphicon-bullhorn"></span>&emsp;<span translate>Global Discovery Server</span></th>
<td class="text-right">
<span class="data text-success" ng-if="system.extAnnounceOK"><span translate>Online</span></span>
<span class="data text-danger" ng-if="!system.extAnnounceOK"><span translate>Offline</span></span>