updated with requested changes from PR 3783
This commit is contained in:
parent
d5fd559a82
commit
20614a8cea
|
@ -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): ?>
|
||||||
|
|
Loading…
Reference in New Issue