From 87ee1cbd413d8f2c866b5e641ce32adf5cce3348 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 29 Nov 2005 08:38:50 +0000 Subject: [PATCH] Added recovery git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2115 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_workstationGeneric.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc index 1d55d22d8..ae02cf591 100644 --- a/plugins/admin/systems/class_workstationGeneric.inc +++ b/plugins/admin/systems/class_workstationGeneric.inc @@ -68,6 +68,7 @@ class workgeneric extends plugin $this->modes["active"]= _("Activated"); $this->modes["locked"]= _("Locked"); $this->modes["memcheck"]= _("Memory test"); + $this->modes["recovery"]= _("Recovery"); /* Set base */ if ($this->dn == "new"){ -- 2.30.2