mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03: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:
parent
69fe474c52
commit
f5bf789cb1
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user