* @copyright (C) Adam Armstrong * */ $alert_rules = cache_alert_rules(); $alert_assoc = cache_alert_assoc(); $alert_table = cache_device_alert_table($device['device_id']); $vars['pagination'] = TRUE; print_alert_table(['entity_type' => 'port', 'entity_id' => $port['port_id']]); // EOF