diff --git a/web/zm_html_view_filter.php b/web/zm_html_view_filter.php index 1e22b77f4..8da7efaf1 100644 --- a/web/zm_html_view_filter.php +++ b/web/zm_html_view_filter.php @@ -63,6 +63,7 @@ for ( $i = 1; $i <= ceil(($trms-1)/2); $i++ ) $attr_types = array( 'MonitorId' => $zmSlangAttrMonitorId, 'MonitorName' => $zmSlangAttrMonitorName, + 'Id' => $zmSlangAttrId, 'Name' => $zmSlangAttrName, 'Cause' => $zmSlangAttrCause, 'Notes' => $zmSlangAttrNotes,