-
Task
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
-
Red Hat OpenShift Cluster Manager (OCM)
On the OCM cluster details page, we want to track when a user clicks on a tab like Access control, Add-ons, Cluster history, etc...
When a user changes tabs by clicking, we should track an event like:
analytics.track('Tab Viewed', { current_path: '/openshift/details/s', // static shortened path to remove dynamic part tab_title: this.title, tab_id: this.id, ocm_resource_type: <Subscription.plan_id.toLowerCase()>, resource_id: <Subscription.external_cluster_id>, ocm_cluster_id: <Subscription.cluster_id>, module: 'openshift' });
- relates to
-
OCMUI-919 Track when an add-on card is viewed on Add-ons tab of OCM cluster details
- To Do