Home
last modified time | relevance | path

Searched refs:hostCheckOverdue (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/views/scripts/list/
H A Dhosts.phtml30 $hostCheckOverdue = $host->host_next_update < time();?> variable
31 <tr<?= $hostCheckOverdue ? ' class="state-outdated"' : '' ?>>
34 <?php if ($hostCheckOverdue): ?>