updated with requested changes from PR 3783

This commit is contained in:
PunkoIvan 2019-05-24 21:01:57 +03:00 committed by GitHub
parent d5fd559a82
commit 20614a8cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -57,11 +57,9 @@ if (! $this->compact): ?>
: $this->translate('N/A') ?></td> : $this->translate('N/A') ?></td>
</tr> </tr>
<tr> <tr>
<th><?= $this->translate('Active IcingaWeb Endpoint'); ?></th> <th><?= $this->translate('Active Icinga Web 2 Endpoint'); ?></th>
<td><?= gethostname() <td><?= gethostname() ?: $this->translate('N/A') ?></td>
? gethostname() </tr>
: $this->translate('N/A') ?></td>
</tr>
</tbody> </tbody>
</table> </table>
<?php if ((bool) $this->programStatus->is_currently_running === true): ?> <?php if ((bool) $this->programStatus->is_currently_running === true): ?>