workign on the yamls

This commit is contained in:
2024-06-30 15:36:33 +03:00
parent 9a716d8b54
commit e430bfa01f
9 changed files with 143 additions and 35 deletions

View File

@@ -159,4 +159,9 @@ function updateForm(uri, eid){
}
console.log(content)
})
}
function updateFormFields(...args){
args.forEach(element => {
updateForm('/pkg', element)
});
}