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
8d210afd
Commit
8d210afd
authored
Jan 08, 2019
by
Hugo Häggmark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved AlertTab and StateHistory to app/features/alerting
parent
8e8b759b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
public/app/features/alerting/AlertTab.tsx
+3
-3
public/app/features/alerting/StateHistory.tsx
+3
-3
public/app/features/dashboard/dashgrid/PanelEditor.tsx
+1
-1
No files found.
public/app/features/
dashboard/dashgrid
/AlertTab.tsx
→
public/app/features/
alerting
/AlertTab.tsx
View file @
8d210afd
...
...
@@ -6,14 +6,14 @@ import { AngularComponent, getAngularLoader } from 'app/core/services/AngularLoa
import
appEvents
from
'app/core/app_events'
;
// Components
import
{
EditorTabBody
,
EditorToolbarView
}
from
'./EditorTabBody'
;
import
{
EditorTabBody
,
EditorToolbarView
}
from
'.
./dashboard/dashgrid
/EditorTabBody'
;
import
EmptyListCTA
from
'app/core/components/EmptyListCTA/EmptyListCTA'
;
import
StateHistory
from
'./StateHistory'
;
import
'app/features/alerting/AlertTabCtrl'
;
// Types
import
{
DashboardModel
}
from
'../dashboard_model'
;
import
{
PanelModel
}
from
'../panel_model'
;
import
{
DashboardModel
}
from
'../dashboard
/dashboard
_model'
;
import
{
PanelModel
}
from
'../
dashboard/
panel_model'
;
interface
Props
{
angularPanel
?:
AngularComponent
;
...
...
public/app/features/
dashboard/dashgrid
/StateHistory.tsx
→
public/app/features/
alerting
/StateHistory.tsx
View file @
8d210afd
import
React
,
{
PureComponent
}
from
'react'
;
import
alertDef
from
'.
./../alerting
/state/alertDef'
;
import
alertDef
from
'./state/alertDef'
;
import
{
getBackendSrv
}
from
'app/core/services/backend_srv'
;
import
{
DashboardModel
}
from
'../dashboard_model'
;
import
appEvents
from
'../../
../
core/app_events'
;
import
{
DashboardModel
}
from
'../dashboard
/dashboard
_model'
;
import
appEvents
from
'../../core/app_events'
;
interface
Props
{
dashboard
:
DashboardModel
;
...
...
public/app/features/dashboard/dashgrid/PanelEditor.tsx
View file @
8d210afd
...
...
@@ -4,7 +4,7 @@ import classNames from 'classnames';
import
{
QueriesTab
}
from
'./QueriesTab'
;
import
{
VisualizationTab
}
from
'./VisualizationTab'
;
import
{
GeneralTab
}
from
'./GeneralTab'
;
import
{
AlertTab
}
from
'./AlertTab'
;
import
{
AlertTab
}
from
'.
./../alerting
/AlertTab'
;
import
config
from
'app/core/config'
;
import
{
store
}
from
'app/store/store'
;
...
...
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