Description & MIB | Value | Event | Alerts | ||
---|---|---|---|---|---|
'; //echo(' | '.escape_html($sensor['sensor_index']).' | '); echo '' . generate_entity_link('status', $status) . ' ' . $status['status_type'] . ' | ';
echo '' . $status['status_name'] . ' | '; echo '' . $status['status_event'] . ' | '; $item = [ 'id' => 'status[' . $status['status_id'] . '][status_ignore]', 'type' => 'switch-ng', 'off-text' => 'Yes', 'off-color' => 'success', 'on-color' => 'danger', 'on-text' => 'No', 'size' => 'mini', 'readonly' => $readonly, 'value' => $status['status_ignore'] ]; echo '' . generate_form_element($item) . ' | '; echo '