mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 07:48:39 -05:00
Add support for name and description query params on ee add
This commit is contained in:
+2
@@ -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