Update ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-service-rpc-connector.component.ts
suggestion Co-authored-by: Vladyslav Prykhodko <yanat708@gmail.com>
This commit is contained in:
parent
8c8fca4c27
commit
a463e0cdc0
@ -391,7 +391,7 @@ export class GatewayServiceRPCConnectorComponent implements OnInit, ControlValue
|
|||||||
value.oid.forEach(value => {
|
value.oid.forEach(value => {
|
||||||
this.addSNMPoid(value)
|
this.addSNMPoid(value)
|
||||||
})
|
})
|
||||||
delete value.oids;
|
delete value.oid;
|
||||||
break;
|
break;
|
||||||
case ConnectorType.REQUEST:
|
case ConnectorType.REQUEST:
|
||||||
this.clearFromArrayByName("httpHeaders");
|
this.clearFromArrayByName("httpHeaders");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user