mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
Remove cred from potential hub params
This commit is contained in:
@@ -30,9 +30,10 @@ function ExecutionEnvironmentAdd() {
|
|||||||
|
|
||||||
const hubParams = {
|
const hubParams = {
|
||||||
image: '',
|
image: '',
|
||||||
credential: null // reverse lookup?
|
|
||||||
};
|
};
|
||||||
history.location.search.replace(/^\?/, '')
|
|
||||||
|
history.location.search
|
||||||
|
.replace(/^\?/, '')
|
||||||
.split('&')
|
.split('&')
|
||||||
.map((s) => s.split('='))
|
.map((s) => s.split('='))
|
||||||
.forEach(([key, val]) => {
|
.forEach(([key, val]) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user