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
8f5300dd
Unverified
Commit
8f5300dd
authored
Jan 12, 2019
by
Torkel Ödegaard
Committed by
GitHub
Jan 12, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14848 from grafana/grafana-ui-simple-layout
Simplified folder structure in grafana-ui lib
parents
1cc6d0e7
9c54da8f
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
4 deletions
+2
-4
packages/grafana-ui/src/components/GfFormLabel/GfFormLabel.tsx
+0
-0
packages/grafana-ui/src/components/Graph/Graph.tsx
+0
-0
packages/grafana-ui/src/components/index.ts
+2
-0
packages/grafana-ui/src/forms/index.ts
+0
-1
packages/grafana-ui/src/index.ts
+0
-2
packages/grafana-ui/src/visualizations/index.ts
+0
-1
No files found.
packages/grafana-ui/src/
form
s/GfFormLabel/GfFormLabel.tsx
→
packages/grafana-ui/src/
component
s/GfFormLabel/GfFormLabel.tsx
View file @
8f5300dd
File moved
packages/grafana-ui/src/
visualization
s/Graph/Graph.tsx
→
packages/grafana-ui/src/
component
s/Graph/Graph.tsx
View file @
8f5300dd
File moved
packages/grafana-ui/src/components/index.ts
View file @
8f5300dd
...
...
@@ -14,3 +14,5 @@ export { ColorPicker } from './ColorPicker/ColorPicker';
export
{
SeriesColorPickerPopover
}
from
'./ColorPicker/SeriesColorPickerPopover'
;
export
{
SeriesColorPicker
}
from
'./ColorPicker/SeriesColorPicker'
;
export
{
ThresholdsEditor
}
from
'./ThresholdsEditor/ThresholdsEditor'
;
export
{
GfFormLabel
}
from
'./GfFormLabel/GfFormLabel'
;
export
{
Graph
}
from
'./Graph/Graph'
;
packages/grafana-ui/src/forms/index.ts
deleted
100644 → 0
View file @
1cc6d0e7
export
{
GfFormLabel
}
from
'./GfFormLabel/GfFormLabel'
;
packages/grafana-ui/src/index.ts
View file @
8f5300dd
export
*
from
'./components'
;
export
*
from
'./visualizations'
;
export
*
from
'./types'
;
export
*
from
'./utils'
;
export
*
from
'./forms'
;
packages/grafana-ui/src/visualizations/index.ts
deleted
100644 → 0
View file @
1cc6d0e7
export
{
Graph
}
from
'./Graph/Graph'
;
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