forked from p34709852/monkey
UI: Add custom pbas and pbas to the UiSchema
This commit is contained in:
parent
b0ca99d1f4
commit
e28cb30366
|
@ -28,15 +28,23 @@ export default function UiSchema(props) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
credential_collectors: {
|
custom_pbas : {
|
||||||
collectors: {
|
classNames: 'config-template-no-header'
|
||||||
|
},
|
||||||
|
post_breach_actions: {
|
||||||
classNames: 'config-template-no-header',
|
classNames: 'config-template-no-header',
|
||||||
'ui:widget': AdvancedMultiSelect,
|
'ui:widget': AdvancedMultiSelect,
|
||||||
|
post_breach_actions: {
|
||||||
|
classNames: 'config-template-no-header'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
credential_collectors: {
|
||||||
|
classNames: 'config-template-no-header',
|
||||||
|
'ui:widget': AdvancedMultiSelect,
|
||||||
credential_collectors_classes :{
|
credential_collectors_classes :{
|
||||||
classNames: 'config-template-no-header'
|
classNames: 'config-template-no-header'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
};
|
};
|
||||||
return UiSchema[props.selectedSection]
|
return UiSchema[props.selectedSection]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue