Commit f722c665 by Emil Tullstedt Committed by GitHub

Enterprise: List 7.0 features (#23956)

parent dd31207e
......@@ -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" />
......
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