Index: include/blocks.inc.php =================================================================== --- frontends/php/include/blocks.inc.php (revision 48735) +++ frontends/php/include/blocks.inc.php (working copy) @@ -826,9 +826,9 @@ $title->setAttribute('title', _('Only items assigned to enabled hosts are counted')); $table->addRow(array($title, $status['items_count'], array( - new CSpan($status['items_count_monitored'], 'off'), ' / ', - new CSpan($status['items_count_disabled'], 'on'), ' / ', - new CSpan($status['items_count_not_supported'], 'unknown') + new CLink(new CSpan($status['items_count_monitored'], 'off'), 'items.php?filter_state=0&filter_set=1'), ' / ' , + new CLink(new CSpan($status['items_count_disabled'], 'on'), 'items.php?filter_status=1&filter_set=1', 'on'), ' / ' , + new CLink(new CSpan($status['items_count_not_supported'], 'unknown'), 'items.php?filter_state=1&filter_set=1') ) )); $title = new CSpan(_('Number of triggers (enabled/disabled [problem/ok])'));