mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update UpgradePage.tsx (#32451)
This commit is contained in:
parent
98f8064fff
commit
d8ddcfe64d
@ -60,8 +60,8 @@ const GetEnterprise: React.FC = () => {
|
||||
<h2 style={titleStyles}>Get Grafana Enterprise</h2>
|
||||
<CallToAction />
|
||||
<p style={{ paddingTop: '12px' }}>
|
||||
You can use the trial version for free for <strong>30 days</strong>. We will remind you about it{' '}
|
||||
<strong>5 days before the trial period ends</strong>.
|
||||
You can use the trial version for free for 30 days. We will remind you about it five days before the trial
|
||||
period ends.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
@ -91,7 +91,7 @@ const ServiceInfo: React.FC = () => {
|
||||
24 x 7 x 365 support via
|
||||
<List nested={true}>
|
||||
<Item title="Email" />
|
||||
<Item title="Private slack channel" />
|
||||
<Item title="Private Slack channel" />
|
||||
<Item title="Phone" />
|
||||
</List>
|
||||
</Item>
|
||||
@ -114,7 +114,7 @@ const ServiceInfo: React.FC = () => {
|
||||
const FeatureInfo: React.FC = () => {
|
||||
return (
|
||||
<div style={{ paddingRight: '11px' }}>
|
||||
<h4>Enhanced Functionality</h4>
|
||||
<h4>Enhanced functionality</h4>
|
||||
<FeatureListing />
|
||||
</div>
|
||||
);
|
||||
@ -125,8 +125,8 @@ const FeatureListing: React.FC = () => {
|
||||
<List>
|
||||
<Item title="Data source permissions" />
|
||||
<Item title="Reporting" />
|
||||
<Item title="SAML Authentication" />
|
||||
<Item title="Enhanced LDAP Integration" />
|
||||
<Item title="SAML authentication" />
|
||||
<Item title="Enhanced LDAP integration" />
|
||||
<Item title="Team Sync">LDAP, GitHub OAuth, Auth Proxy, Okta</Item>
|
||||
<Item title="White labeling" />
|
||||
<Item title="Auditing" />
|
||||
@ -138,7 +138,7 @@ const FeatureListing: React.FC = () => {
|
||||
<Item title="Dashboard presence indicators" />
|
||||
</List>
|
||||
</Item>
|
||||
<Item title="Enterprise Plugins">
|
||||
<Item title="Enterprise plugins">
|
||||
<List nested={true}>
|
||||
<Item title="Oracle" />
|
||||
<Item title="Splunk" />
|
||||
|
Loading…
Reference in New Issue
Block a user