Update UpgradePage.tsx (#32451)

This commit is contained in:
Diana Payton 2021-03-30 00:01:50 -07:00 committed by GitHub
parent 98f8064fff
commit d8ddcfe64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,8 @@ const GetEnterprise: React.FC = () => {
<h2 style={titleStyles}>Get Grafana Enterprise</h2> <h2 style={titleStyles}>Get Grafana Enterprise</h2>
<CallToAction /> <CallToAction />
<p style={{ paddingTop: '12px' }}> <p style={{ paddingTop: '12px' }}>
You can use the trial version for free for <strong>30 days</strong>. We will remind you about it{' '} You can use the trial version for free for 30 days. We will remind you about it five days before the trial
<strong>5 days before the trial period ends</strong>. period ends.
</p> </p>
</div> </div>
); );
@ -88,10 +88,10 @@ const ServiceInfo: React.FC = () => {
<Item title="Enterprise Plugins" image="public/img/licensing/plugin_enterprise.svg" /> <Item title="Enterprise Plugins" image="public/img/licensing/plugin_enterprise.svg" />
<Item title="Critical SLA: 2 hours" image="public/img/licensing/sla.svg" /> <Item title="Critical SLA: 2 hours" image="public/img/licensing/sla.svg" />
<Item title="Unlimited Expert Support" image="public/img/licensing/customer_support.svg"> <Item title="Unlimited Expert Support" image="public/img/licensing/customer_support.svg">
24x7x365 support via 24 x 7 x 365 support via
<List nested={true}> <List nested={true}>
<Item title="Email" /> <Item title="Email" />
<Item title="Private slack channel" /> <Item title="Private Slack channel" />
<Item title="Phone" /> <Item title="Phone" />
</List> </List>
</Item> </Item>
@ -114,7 +114,7 @@ const ServiceInfo: React.FC = () => {
const FeatureInfo: React.FC = () => { const FeatureInfo: React.FC = () => {
return ( return (
<div style={{ paddingRight: '11px' }}> <div style={{ paddingRight: '11px' }}>
<h4>Enhanced Functionality</h4> <h4>Enhanced functionality</h4>
<FeatureListing /> <FeatureListing />
</div> </div>
); );
@ -125,8 +125,8 @@ const FeatureListing: React.FC = () => {
<List> <List>
<Item title="Data source permissions" /> <Item title="Data source permissions" />
<Item title="Reporting" /> <Item title="Reporting" />
<Item title="SAML Authentication" /> <Item title="SAML authentication" />
<Item title="Enhanced LDAP Integration" /> <Item title="Enhanced LDAP integration" />
<Item title="Team Sync">LDAP, GitHub OAuth, Auth Proxy, Okta</Item> <Item title="Team Sync">LDAP, GitHub OAuth, Auth Proxy, Okta</Item>
<Item title="White labeling" /> <Item title="White labeling" />
<Item title="Auditing" /> <Item title="Auditing" />
@ -138,7 +138,7 @@ const FeatureListing: React.FC = () => {
<Item title="Dashboard presence indicators" /> <Item title="Dashboard presence indicators" />
</List> </List>
</Item> </Item>
<Item title="Enterprise Plugins"> <Item title="Enterprise plugins">
<List nested={true}> <List nested={true}>
<Item title="Oracle" /> <Item title="Oracle" />
<Item title="Splunk" /> <Item title="Splunk" />