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
bffa0fa4
Unverified
Commit
bffa0fa4
authored
May 12, 2020
by
Dominik Prokop
Committed by
GitHub
May 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI spelling: use US form of visualization (#24558)
parent
67dab0b7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx
+1
-1
public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx
+1
-1
public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
+2
-2
No files found.
public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx
View file @
bffa0fa4
...
@@ -63,7 +63,7 @@ export const PanelOptionsTab: FC<Props> = ({
...
@@ -63,7 +63,7 @@ export const PanelOptionsTab: FC<Props> = ({
);
);
elements
.
push
(
elements
.
push
(
<
OptionsGroup
title=
"Visuali
s
ation"
id=
"Panel type"
key=
"Panel type"
defaultToClosed
onToggle=
{
focusVisPickerInput
}
>
<
OptionsGroup
title=
"Visuali
z
ation"
id=
"Panel type"
key=
"Panel type"
defaultToClosed
onToggle=
{
focusVisPickerInput
}
>
<
VisualizationTab
panel=
{
panel
}
ref=
{
visTabInputRef
}
/>
<
VisualizationTab
panel=
{
panel
}
ref=
{
visTabInputRef
}
/>
</
OptionsGroup
>
</
OptionsGroup
>
);
);
...
...
public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx
View file @
bffa0fa4
...
@@ -68,7 +68,7 @@ export const VisualizationTabUnconnected = React.forwardRef<HTMLInputElement, Pr
...
@@ -68,7 +68,7 @@ export const VisualizationTabUnconnected = React.forwardRef<HTMLInputElement, Pr
onKeyPress=
{
onKeyPress
}
onKeyPress=
{
onKeyPress
}
prefix=
{
<
Icon
name=
"filter"
className=
{
styles
.
icon
}
/>
}
prefix=
{
<
Icon
name=
"filter"
className=
{
styles
.
icon
}
/>
}
suffix=
{
suffix
}
suffix=
{
suffix
}
placeholder=
"Filter visuali
s
ations"
placeholder=
"Filter visuali
z
ations"
ref=
{
ref
}
ref=
{
ref
}
/>
/>
</
Field
>
</
Field
>
...
...
public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx
View file @
bffa0fa4
...
@@ -134,9 +134,9 @@ export class TransformationsEditor extends React.PureComponent<Props> {
...
@@ -134,9 +134,9 @@ export class TransformationsEditor extends React.PureComponent<Props> {
<
p
>
<
p
>
Transformations allow you to join, calculate, re-order, hide and rename your query results before being
Transformations allow you to join, calculate, re-order, hide and rename your query results before being
visualized.
<
br
/>
visualized.
<
br
/>
Many transforms are not suitable if your using the Graph visuali
s
ation as it currently only supports time
Many transforms are not suitable if your using the Graph visuali
z
ation as it currently only supports time
series.
<
br
/>
series.
<
br
/>
It can help to switch to Table visuali
s
ation to understand what a transformation is doing.
<
br
/>
It can help to switch to Table visuali
z
ation to understand what a transformation is doing.
<
br
/>
</
p
>
</
p
>
<
p
>
Select one of the transformations below to start.
</
p
>
<
p
>
Select one of the transformations below to start.
</
p
>
</
FeatureInfoBox
>
</
FeatureInfoBox
>
...
...
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