What is the problem or goal the end user is trying to solve or accomplish?
Right now there is no way to disable the link that pops up on the dashboard elements (Tabs, Headers, etc.). Because. these links do not work in embedded dashboards (nor should they).
How are they solving it currently?
Disable the link through the CSS styling. For example:
/* Disable Header Link dialog */
.short-link-trigger {
display:none;
}
What is the recommended solution by the Customer?
Provide an option to disable the Copy Link action.