mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
added info about icingaweb endpoint
added info about icingaweb endpoint when using IcingaWeb in HA mode.
This commit is contained in:
parent
467cabea77
commit
d5fd559a82
@ -56,6 +56,12 @@ if (! $this->compact): ?>
|
|||||||
? $this->programStatus->endpoint_name
|
? $this->programStatus->endpoint_name
|
||||||
: $this->translate('N/A') ?></td>
|
: $this->translate('N/A') ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th><?= $this->translate('Active IcingaWeb Endpoint'); ?></th>
|
||||||
|
<td><?= gethostname()
|
||||||
|
? gethostname()
|
||||||
|
: $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…
x
Reference in New Issue
Block a user