From a19613d1ffb678175f213d2e848689d69ca81e2f Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 17 Dec 2008 10:43:30 +0000 Subject: [PATCH] Added windows workstation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13303 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc index f616b4137..0c4beff9c 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_SelectDeviceType.inc @@ -36,7 +36,7 @@ class SelectDeviceType extends plugin asort($tmp, SORT_LOCALE_STRING); $this->ObjectGroups= $tmp; - $this->SystemTypes =array("workstation"=>_("Workstation"), "terminal"=>_("Terminal"), "server"=>_("Server")); + $this->SystemTypes =array("workstation"=>_("Workstation"), "terminal"=>_("Terminal"), "server"=>_("Server"), "opsi_client"=>_("Windows workstation")); } function execute() -- 2.30.2