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