mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -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 = {
|
window.pendo_options = {
|
||||||
|
|
||||||
// This is required to be able to load data client side
|
// This is required to be able to load data client side
|
||||||
usePendoAgentAPI: true
|
usePendoAgentAPI: true,
|
||||||
|
disableGuides: true
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user