Hi,
For hide the connection tab we use “$(‘.row.form-dashboard-section.form-links’).hide();”.
What code for hide the activity tab ?
try it.
$('.form-dashboard-section.form-heatmap').hide();
Thank you !!!