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: {
|
||||
collectors: {
|
||||
custom_pbas : {
|
||||
classNames: 'config-template-no-header'
|
||||
},
|
||||
post_breach_actions: {
|
||||
classNames: 'config-template-no-header',
|
||||
'ui:widget': AdvancedMultiSelect,
|
||||
post_breach_actions: {
|
||||
classNames: 'config-template-no-header'
|
||||
}
|
||||
},
|
||||
credential_collectors: {
|
||||
classNames: 'config-template-no-header',
|
||||
'ui:widget': AdvancedMultiSelect,
|
||||
credential_collectors_classes :{
|
||||
classNames: 'config-template-no-header'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
return UiSchema[props.selectedSection]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue