|
@@ -96,6 +96,22 @@ services:
|
|
|
calls:
|
|
|
- [setTranslationDomain, [FTTHBundle]]
|
|
|
|
|
|
+ sonata.admin.VlanProfile:
|
|
|
+ class: FTTHBundle\Admin\VLanProfileAdmin
|
|
|
+ arguments: [~, FTTHBundle\Entity\VLanProfile, BaseAdminBundle:CRUD]
|
|
|
+ tags:
|
|
|
+ - { name: sonata.admin, manager_type: orm, group: FTTH, label: vlan_profile, label_catalogue: FTTHBundle, label_translator_strategy: sonata.admin.label.strategy.underscore }
|
|
|
+ calls:
|
|
|
+ - [setTranslationDomain, [FTTHBundle]]
|
|
|
+
|
|
|
+ sonata.admin.ONUProfile:
|
|
|
+ class: FTTHBundle\Admin\ONUProfileAdmin
|
|
|
+ arguments: [~, FTTHBundle\Entity\ONUProfile, BaseAdminBundle:CRUD]
|
|
|
+ tags:
|
|
|
+ - { name: sonata.admin, manager_type: orm, group: FTTH, label: onu_profile, label_catalogue: FTTHBundle, label_translator_strategy: sonata.admin.label.strategy.underscore }
|
|
|
+ calls:
|
|
|
+ - [setTranslationDomain, [FTTHBundle]]
|
|
|
+
|
|
|
sonata.admin.VLanID:
|
|
|
class: FTTHBundle\Admin\VLanIDAdmin
|
|
|
arguments: [~, FTTHBundle\Entity\VLanID, BaseAdminBundle:CRUD]
|