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
e35e266c
Commit
e35e266c
authored
Jan 18, 2019
by
Dominik Prokop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TS errors
parent
b02c89c3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.tsx
+1
-1
public/app/features/dashboard/permissions/DashboardPermissions.tsx
+1
-1
public/app/features/folders/FolderPermissions.tsx
+1
-1
public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
+2
-3
No files found.
public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.tsx
View file @
e35e266c
...
...
@@ -77,7 +77,7 @@ export class PanelHeaderCorner extends Component<Props> {
<>
{
infoMode
===
InfoModes
.
Info
||
infoMode
===
InfoModes
.
Links
?
(
<
Tooltip
content=
{
this
.
getInfoContent
}
content=
{
this
.
getInfoContent
()
}
placement=
"bottom-start"
>
<
div
...
...
public/app/features/dashboard/permissions/DashboardPermissions.tsx
View file @
e35e266c
...
...
@@ -70,7 +70,7 @@ export class DashboardPermissions extends PureComponent<Props, State> {
<
div
className=
"dashboard-settings__header"
>
<
div
className=
"page-action-bar"
>
<
h3
className=
"d-inline-block"
>
Permissions
</
h3
>
<
Tooltip
placement=
"auto"
content=
{
PermissionsInfo
}
>
<
Tooltip
placement=
"auto"
content=
{
<
PermissionsInfo
/>
}
>
<
div
className=
"page-sub-heading-icon"
>
<
i
className=
"gicon gicon-question gicon--has-hover"
/>
</
div
>
...
...
public/app/features/folders/FolderPermissions.tsx
View file @
e35e266c
...
...
@@ -84,7 +84,7 @@ export class FolderPermissions extends PureComponent<Props, State> {
<
div
className=
"page-container page-body"
>
<
div
className=
"page-action-bar"
>
<
h3
className=
"page-sub-heading"
>
Folder Permissions
</
h3
>
<
Tooltip
placement=
"auto"
content=
{
PermissionsInfo
}
>
<
Tooltip
placement=
"auto"
content=
{
<
PermissionsInfo
/>
}
>
<
div
className=
"page-sub-heading-icon"
>
<
i
className=
"gicon gicon-question gicon--has-hover"
/>
</
div
>
...
...
public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx
View file @
e35e266c
...
...
@@ -3,7 +3,6 @@ import classNames from 'classnames';
import
{
TimeSeries
}
from
'app/core/core'
;
import
{
SeriesColorPicker
}
from
'@grafana/ui'
;
import
{
ThemeProvider
}
from
'app/core/utils/ConfigProvider'
;
import
{
GrafanaTheme
}
from
'@grafana/ui/'
;
export
const
LEGEND_STATS
=
[
'min'
,
'max'
,
'avg'
,
'current'
,
'total'
];
...
...
@@ -176,9 +175,9 @@ class LegendSeriesIcon extends PureComponent<LegendSeriesIconProps, LegendSeries
optionalClass=
"graph-legend-icon"
yaxis=
{
this
.
props
.
yaxis
}
color=
{
this
.
props
.
color
}
onC
olorC
hange=
{
this
.
props
.
onColorChange
}
onChange=
{
this
.
props
.
onColorChange
}
onToggleAxis=
{
this
.
props
.
onToggleAxis
}
theme=
{
theme
as
GrafanaTheme
}
theme=
{
theme
}
>
<
span
>
<
SeriesIcon
color=
{
this
.
props
.
color
}
/>
...
...
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