Commit c22e7f42 by Marcus Efraimsson

fix group sync cta link

parent 6c68976c
...@@ -124,7 +124,11 @@ export class TeamGroupSync extends PureComponent<Props, State> { ...@@ -124,7 +124,11 @@ export class TeamGroupSync extends PureComponent<Props, State> {
</button> </button>
<div className="empty-list-cta__pro-tip"> <div className="empty-list-cta__pro-tip">
<i className="fa fa-rocket" /> {headerTooltip} <i className="fa fa-rocket" /> {headerTooltip}
<a className="text-link empty-list-cta__pro-tip-link" href="asd" target="_blank"> <a
className="text-link empty-list-cta__pro-tip-link"
href="http://docs.grafana.org/auth/enhanced_ldap/"
target="_blank"
>
Learn more Learn more
</a> </a>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment