Code

Updated actions.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Feb 2008 10:39:42 +0000 (10:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 29 Feb 2008 10:39:42 +0000 (10:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9207 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_servGeneric.inc

index bd48ff0b8b67bd4d4bb6b5bde4953552e90f8660..0aeda21aedb962922d2eeaa8a035b86812f8570e 100644 (file)
@@ -29,9 +29,8 @@ class servgeneric extends plugin
   var $modes = array();
   var $ui   ;
   var $mapActions   = array("reboot"          => "",
-                            "instant_update"  => "softupdate",
+                            "update"          => "softupdate",
                             "localboot"       => "localboot",
-                            "update"          => "sceduledupdate",
                             "reinstall"       => "install",
                             "rescan"          => "",
                             "wake"            => "",