mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
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.
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
window.pendo_options = {
|
||||
|
||||
// This is required to be able to load data client side
|
||||
usePendoAgentAPI: true
|
||||
usePendoAgentAPI: true,
|
||||
disableGuides: true
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user