mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
Enterprise: List 7.0 features (#23956)
This commit is contained in:
parent
dd31207ecf
commit
f722c665e7
@ -105,6 +105,8 @@ const ServiceInfo: React.FC = () => {
|
||||
<br />
|
||||
Indemnification, working with Grafana Labs on future prioritization, and training from the core Grafana team.
|
||||
</div>
|
||||
|
||||
<GetEnterprise />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
@ -114,8 +116,6 @@ const FeatureInfo: React.FC = () => {
|
||||
<div style={{ paddingRight: '11px' }}>
|
||||
<h4>Enhanced Functionality</h4>
|
||||
<FeatureListing />
|
||||
|
||||
<GetEnterprise />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
@ -127,8 +127,16 @@ const FeatureListing: React.FC = () => {
|
||||
<Item title="Reporting" />
|
||||
<Item title="SAML Authentication" />
|
||||
<Item title="Enhanced LDAP Integration" />
|
||||
<Item title="Team Sync">LDAP, GitHub OAuth, Auth Proxy</Item>
|
||||
<Item title="Team Sync">LDAP, GitHub OAuth, Auth Proxy, Okta</Item>
|
||||
<Item title="White labeling" />
|
||||
<Item title="Grafana usage insights">
|
||||
<List nested={true}>
|
||||
<Item title="Sort dashboards by popularity in search" />
|
||||
<Item title="Find unused dashboards" />
|
||||
<Item title="Dashboard usage stats drawer" />
|
||||
<Item title="Dashboard presence indicators" />
|
||||
</List>
|
||||
</Item>
|
||||
<Item title="Enterprise Plugins">
|
||||
<List nested={true}>
|
||||
<Item title="Oracle" />
|
||||
|
Loading…
Reference in New Issue
Block a user