Code

Updated to show traffic lights for "update"
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 May 2007 15:12:29 +0000 (15:12 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 May 2007 15:12:29 +0000 (15:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6472 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_systemManagement.inc

index f20efe5a82914d9583c4ae5ee85f064c7abfd82f..44b51cf740a6c99cd0f563f2c53ebcd1351a041e 100644 (file)
@@ -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;
     }