Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to disable share and open snapshot library buttons on an app
can anyone help me figure this out?
directly not possible, but using css you can do, Please follow below steps
1. add multiKPI-> In Meausre set value 1-> hide label and value and title-> in style section add below css code
li#shareGroup, #open-snapshot-library {display: none;}
Before
After