diff options
author | Jerry Flood <jf9860@att.com> | 2017-12-07 07:50:31 -0500 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-12-07 07:50:57 -0500 |
commit | 37bc7e5ec42e9330226fba62caf1288ba2e892a0 (patch) | |
tree | d1b00d86478bf2f91b750a5c3647970d4cebc68c /robot/assets/templates | |
parent | d571ed23f508d6b2c00235a9f2c0acd9dc9fb121 (diff) |
Update version of chrome driver, etc.
Issue-ID: TEST-72
Change-Id: Id07b727837e2880ff89d4cfdac5c25160efba1e5
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/web/index.html.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index 029471c8..460705f6 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -103,6 +103,8 @@ GLOBAL_INJECTED_CLAMP_IP_ADDR = "${clamp}" GLOBAL_INJECTED_VM_FLAVOR = "${GLOBAL_INJECTED_VM_FLAVOR}" GLOBAL_INJECTED_VM_IMAGE_NAME = "${GLOBAL_INJECTED_VM_IMAGE_NAME}" GLOBAL_INJECTED_PUBLIC_NET_ID = "${GLOBAL_INJECTED_PUBLIC_NET_ID}" +GLOBAL_INJECTED_CLOUD_ENV = "${GLOBAL_INJECTED_CLOUD_ENV}" +GLOBAL_INJECTED_SCRIPT_VERSION = "${GLOBAL_INJECTED_SCRIPT_VERSION}" </pre> |