|
@@ -265,6 +265,8 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
'disabled' => $disabled,
|
|
'disabled' => $disabled,
|
|
],
|
|
],
|
|
])
|
|
])
|
|
|
|
+ ->add('trafficProfileIn')
|
|
|
|
+ ->add('trafficProfileOut')
|
|
->end()
|
|
->end()
|
|
->with('Huawei', ['class' => "col-md-12 {$hidden['Huawei']} olt_mark Huawei"])
|
|
->with('Huawei', ['class' => "col-md-12 {$hidden['Huawei']} olt_mark Huawei"])
|
|
->add('servicePorts', CollectionType::class, array(
|
|
->add('servicePorts', CollectionType::class, array(
|
|
@@ -286,8 +288,6 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
])
|
|
])
|
|
->add('vlanProfile', null, $optionsZTEV4)
|
|
->add('vlanProfile', null, $optionsZTEV4)
|
|
->add('onuProfile', null, $optionsZTEV4)
|
|
->add('onuProfile', null, $optionsZTEV4)
|
|
- ->add('trafficProfileIn')
|
|
|
|
- ->add('trafficProfileOut')
|
|
|
|
->add('tcontprofile')
|
|
->add('tcontprofile')
|
|
->add('catv')
|
|
->add('catv')
|
|
->end()
|
|
->end()
|
|
@@ -498,7 +498,10 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
->add('olt')
|
|
->add('olt')
|
|
->add('currentState')
|
|
->add('currentState')
|
|
->add('position')
|
|
->add('position')
|
|
- ->add('ip');
|
|
|
|
|
|
+ ->add('ip')
|
|
|
|
+ ->add('trafficProfileIn')
|
|
|
|
+ ->add('trafficProfileOut')
|
|
|
|
+ ;
|
|
|
|
|
|
// Consulto en stats la url del detalle de onu
|
|
// Consulto en stats la url del detalle de onu
|
|
$onuShowUrl = $this->getStatsShowOnuUrl();
|
|
$onuShowUrl = $this->getStatsShowOnuUrl();
|
|
@@ -524,8 +527,6 @@ class ONUAdmin extends WorkflowBaseAdmin
|
|
->add('vlan')
|
|
->add('vlan')
|
|
->add('vlanProfile', null, $optionsZTEV4)
|
|
->add('vlanProfile', null, $optionsZTEV4)
|
|
->add('onuProfile', null, $optionsZTEV4)
|
|
->add('onuProfile', null, $optionsZTEV4)
|
|
- ->add('trafficProfileIn')
|
|
|
|
- ->add('trafficProfileOut')
|
|
|
|
->add('tcontprofile')
|
|
->add('tcontprofile')
|
|
->add('catv')
|
|
->add('catv')
|
|
->end()
|
|
->end()
|