From: cajus Date: Thu, 24 May 2007 15:12:29 +0000 (+0000) Subject: Updated to show traffic lights for "update" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=209f153b97dfa5221abb388ca0fd837e62e60a7f;p=gosa.git Updated to show traffic lights for "update" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6472 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_systemManagement.inc b/plugins/admin/systems/class_systemManagement.inc index f20efe5a8..44b51cf74 100644 --- a/plugins/admin/systems/class_systemManagement.inc +++ b/plugins/admin/systems/class_systemManagement.inc @@ -1179,12 +1179,9 @@ class systems extends plugin $type= 'R'.$type; break; case 'install': - $type= 'Y'.$type; - break; case 'sysinfo': - $type= 'Y'.$type; - break; case 'softupdate': + case 'update': $type= 'Y'.$type; break; }