在仪表板描述中添加链接,可以使用html标签,参考如下。
<form>
<label>Example Dashboard</label>
<description></description>
<fieldset submitButton="false"></fieldset>
<row>
<panel>
<html>
<h1 style="color:red">A nice big red header</h1>
<a href="www.yoursite.com">Link to your site</a>
</html>
</panel>
</row>
<row>
<panel>
<input type="text" token="field1">
<label>Enter search tezt</label>
</input>
<input type="dropdown" token="choices">
<label>Choices</label>
<choice value="c1">Choice 1</choice>
<choice value="c2">Choice 2</choice>
</input>
</panel>
</row>
<row>
<panel>
<table>
<search>
<query>
your search here
</query>
</search>
</table>
</panel>
</row>
</form>