workign on the yamls
This commit is contained in:
@@ -159,4 +159,9 @@ function updateForm(uri, eid){
|
||||
}
|
||||
console.log(content)
|
||||
})
|
||||
}
|
||||
function updateFormFields(...args){
|
||||
args.forEach(element => {
|
||||
updateForm('/pkg', element)
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user