mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Add support for name and description query params on ee add
This commit is contained in:
@@ -29,7 +29,9 @@ function ExecutionEnvironmentAdd() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const hubParams = {
|
const hubParams = {
|
||||||
|
description: '',
|
||||||
image: '',
|
image: '',
|
||||||
|
name: '',
|
||||||
};
|
};
|
||||||
|
|
||||||
history.location.search
|
history.location.search
|
||||||
|
|||||||
Reference in New Issue
Block a user