Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
6959cf77
Unverified
Commit
6959cf77
authored
Nov 12, 2019
by
Torkel Ödegaard
Committed by
GitHub
Nov 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Links: Updated links to grafana.com (#20320)
* Links: Updated links to grafana.com * Updated snapshot
parent
3a8cd7b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
public/app/core/components/Footer/Footer.tsx
+7
-3
public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap
+2
-2
public/app/features/datasources/NewDataSourcePage.tsx
+1
-1
No files found.
public/app/core/components/Footer/Footer.tsx
View file @
6959cf77
import
React
,
{
FC
}
from
'react'
;
import
React
,
{
FC
}
from
'react'
;
import
{
Tooltip
}
from
'@grafana/ui'
;
interface
Props
{
...
...
@@ -21,8 +21,12 @@ export const Footer: FC<Props> = React.memo(
</
a
>
</
li
>
<
li
>
<
a
href=
"https://grafana.com/services/support"
target=
"_blank"
rel=
"noopener"
>
<
i
className=
"fa fa-support"
/>
Support Plans
<
a
href=
"https://grafana.com/products/enterprise/?utm_source=grafana_footer"
target=
"_blank"
rel=
"noopener"
>
<
i
className=
"fa fa-support"
/>
Support
&
Enterprise
</
a
>
</
li
>
<
li
>
...
...
public/app/features/admin/__snapshots__/ServerStats.test.tsx.snap
View file @
6959cf77
...
...
@@ -171,14 +171,14 @@ exports[`ServerStats Should render table with stats 1`] = `
</li>
<li>
<a
href="https://grafana.com/
services/support
"
href="https://grafana.com/
products/enterprise/?utm_source=grafana_footer
"
rel="noopener"
target="_blank"
>
<i
className="fa fa-support"
/>
Support
Plans
Support
& Enterprise
</a>
</li>
<li>
...
...
public/app/features/datasources/NewDataSourcePage.tsx
View file @
6959cf77
...
...
@@ -224,7 +224,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta {
author
:
{
name
:
'Grafana Labs'
},
links
:
[
{
url
:
'https://grafana.com/
cloud
'
,
url
:
'https://grafana.com/
products/cloud/
'
,
name
:
'Learn more'
,
},
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment