cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Hide Widget Detail icon

rahuldhomane
10 - ETL
10 - ETL

Hi,

Is there a way to hide the 'i' icon showing the widget details at the top right corner of every widget?

Thanks in Advance!

1 ACCEPTED SOLUTION

Hi @rahuldhomane ,

Try this dashboard script:

dashboard.on('widgetready',function(se, ev) {
	$('.widget-toolbar-btns .app-icon--general-info-circle').parent().hide()
})

-Hari

View solution in original post

2 REPLIES 2

rahuldhomane
10 - ETL
10 - ETL

Hi @harikm007, Can you please help on this request?

Thanks,

Rahul

Hi @rahuldhomane ,

Try this dashboard script:

dashboard.on('widgetready',function(se, ev) {
	$('.widget-toolbar-btns .app-icon--general-info-circle').parent().hide()
})

-Hari