You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a problem with the switch plugin. I have set the configurations and tested it in the edit panel page and it worked well.
but when I get out to the dashboard page and test there, it doesn't work.
where is the problem ?!!
The text was updated successfully, but these errors were encountered:
I'm having the same problem, does anyone have a solution for that ?
The plugin works in the "Edit Panel" page, but does not work in the Dashboard page !
In case you're using Grafana V.8, I only had to change two files. /usr/share/grafana/public/app/features/dashboard/components/SubMenu/DashboardLinks.tsx
/usr/share/grafana/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx
Replace this line in all places
target={link.targetBlank ? '_blank' : undefined}
With that
target={link.targetBlank ? '_blank' : '_self'}
Hello,
I have a problem with the switch plugin. I have set the configurations and tested it in the edit panel page and it worked well.
but when I get out to the dashboard page and test there, it doesn't work.
where is the problem ?!!
The text was updated successfully, but these errors were encountered: