Enterprise: List 7.0 features (#23956)

This commit is contained in:
Emil Tullstedt 2020-04-28 15:22:30 +02:00 committed by GitHub
parent dd31207ecf
commit f722c665e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" />