mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix group sync cta link
This commit is contained in:
parent
6c68976cab
commit
c22e7f4263
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user