Island: Add credentials to the UiSchema
This commit is contained in:
parent
457a70390c
commit
4240ea02ef
|
@ -30,6 +30,16 @@ export default function UiSchema(props) {
|
|||
}
|
||||
}
|
||||
},
|
||||
credentials: {
|
||||
exploit_ssh_keys: {
|
||||
items: {
|
||||
public_key: {
|
||||
},
|
||||
private_key: {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
network_scan: {
|
||||
targets: {
|
||||
info_box: {
|
||||
|
|
Loading…
Reference in New Issue