Code

Updated gosa.conf to support device mangement
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Oct 2007 10:21:39 +0000 (10:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 9 Oct 2007 10:21:39 +0000 (10:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7467 594d385d-05f5-0310-b6e9-bd551577e9d8

contrib/gosa.conf

index 4dbbc58950aa4db7cf66527959e3d1d833c29644..04d6355cfafe86a225d0ee71c180495ce7cf849e 100644 (file)
                                icon="mimetypes.png" path="plugins/admin/mimetypes" />
 -->
 {/if}
+                       <plugin acl="devices" class="deviceManagement"
+                               icon="devices.png" path="plugins/admin/devices" />
+
                        <!-- Use 'lock_dn'      for dn
                                'lock_name'    for name
                                'lock_type'    for branch/freeze -->
-
 {if $cv.enableFAI_management}
                        <plugin acl="fai" class="faiManagement" icon="fai.png" 
                                path="plugins/admin/fai" />
                <tab class="mimetype" name="Generic" />
        </mimetabs>
 
+       <devicetabs>
+               <tab class="deviceGeneric" name="Generic" />
+       </devicetabs>
+
+
        <grouptabs>
                <tab class="group" name="Generic" />
                <tab class="environment" name="Environment" />