From f5bf789cb14b6a51d51f16050eb67be4a248b055 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 29 Oct 2015 13:56:31 -0700 Subject: [PATCH] disabling pendo guides we're not using the pendo guides in this release. This change turns off the outbound requests to pendo to check for guides. --- awx/ui/templates/ui/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 27af8d6a1f..8293acf079 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -31,7 +31,8 @@ window.pendo_options = { // This is required to be able to load data client side - usePendoAgentAPI: true + usePendoAgentAPI: true, + disableGuides: true };