mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: add basic docs for QueryResultMetaNotice (#23410)
* add basic docs * fix typo * use link not url
This commit is contained in:
@@ -112,7 +112,7 @@ export class PanelHeader extends Component<Props, State> {
|
||||
<span className="fa fa-info-circle" style={{ marginRight: '8px', cursor: 'pointer' }} />
|
||||
</div>
|
||||
) : (
|
||||
<a className="panel-info-notice" href={notice.url} target="_blank">
|
||||
<a className="panel-info-notice" href={notice.link} target="_blank">
|
||||
<span className="fa fa-info-circle" style={{ marginRight: '8px', cursor: 'pointer' }} />
|
||||
</a>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user