updated with requested changes from PR 3783
This commit is contained in:
parent
d5fd559a82
commit
20614a8cea
|
@ -57,10 +57,8 @@ if (! $this->compact): ?>
|
|||
: $this->translate('N/A') ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?= $this->translate('Active IcingaWeb Endpoint'); ?></th>
|
||||
<td><?= gethostname()
|
||||
? gethostname()
|
||||
: $this->translate('N/A') ?></td>
|
||||
<th><?= $this->translate('Active Icinga Web 2 Endpoint'); ?></th>
|
||||
<td><?= gethostname() ?: $this->translate('N/A') ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue