$OVERLAY) {
if ($OVERLAY['otvtype'] == 'overlay') {
if ($OVERLAY['status'] == 0) {
$OVERLAY_STATUS = "
Normal";
$GLI = "";
} else {
$OVERLAY_STATUS = "
".$OVERLAY['error']." - Alert";
$GLI = "list-group-item-danger";
}
?>
-
$ADJACENCY) {
if (($ADJACENCY['otvtype'] == 'adjacency') && ($ADJACENCY['index'] == $OVERLAY['index'])) {
if ($ADJACENCY['status'] == 0) {
$ADJ_STATUS = "
Normal";
$GLI = "";
} else {
$ADJ_STATUS = "
".$ADJACENCY['error']." - Alert";
$GLI = "list-group-item-danger";
}
?>
-