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
e6d9a524
Commit
e6d9a524
authored
Mar 28, 2019
by
Ryan McKinley
Committed by
Torkel Ödegaard
Mar 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Correct SnapshotData typing (#16279)
parent
03951c00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
public/app/features/dashboard/state/PanelModel.ts
+2
-2
No files found.
public/app/features/dashboard/state/PanelModel.ts
View file @
e6d9a524
...
@@ -6,7 +6,7 @@ import { Emitter } from 'app/core/utils/emitter';
...
@@ -6,7 +6,7 @@ import { Emitter } from 'app/core/utils/emitter';
import
{
getNextRefIdChar
}
from
'app/core/utils/query'
;
import
{
getNextRefIdChar
}
from
'app/core/utils/query'
;
// Types
// Types
import
{
DataQuery
,
T
imeSeries
,
Threshold
,
ScopedVars
,
Tabl
eData
}
from
'@grafana/ui'
;
import
{
DataQuery
,
T
hreshold
,
ScopedVars
,
DataQueryRespons
eData
}
from
'@grafana/ui'
;
import
{
PanelPlugin
}
from
'app/types'
;
import
{
PanelPlugin
}
from
'app/types'
;
import
config
from
'app/core/config'
;
import
config
from
'app/core/config'
;
...
@@ -92,7 +92,7 @@ export class PanelModel {
...
@@ -92,7 +92,7 @@ export class PanelModel {
thresholds
?:
any
;
thresholds
?:
any
;
pluginVersion
?:
string
;
pluginVersion
?:
string
;
snapshotData
?:
TimeSeries
[]
|
[
TableData
];
snapshotData
?:
DataQueryResponseData
[
];
timeFrom
?:
any
;
timeFrom
?:
any
;
timeShift
?:
any
;
timeShift
?:
any
;
hideTimeOverride
?:
any
;
hideTimeOverride
?:
any
;
...
...
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