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>
|
<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>
|
||||||
);
|
);
|
||||||
@ -91,7 +91,7 @@ const ServiceInfo: React.FC = () => {
|
|||||||
24 x 7 x 365 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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user