Extremely new to dashboard if this doesnt seem obvious, i have it working well for showing readings but i also want it to have hyperlink buttons to open url's despite a good old google i simply can tell how you add a button or a hyperlink to the dashboard to open a web page. Really basic and sorry...
No problem. You can use the Dashboard template node with something like:
<ul>
<li>
<a href="http://192.168.1.167:3000">Grafana Dashboard (lots of charts)</a>
</li>
<li>
<a href="/red">Home Automation Controls (admin)</a>
</li>
</ul>