Redirect to URL using dashboard button

Hello everyone,
I want to add a button to my node red dashboard that redirects you to an external URL (such as google.com). I read several threads on how to solve that issue, but I would like to use the node-red-dashboard´s default buttons, instead of creating custom buttons. Therefore I would be very pleased if somebody could help me solving this rather easy sounding problem.

Thanks in advance and best regards :smiley:

Buttons are typically for click events. Dashboard buttons feed back to node-red (server side) so can't redirect the browser (client side). So - Just add a ui_template node with a HTML anchor styled to look like a button with href set to your URL.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.