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
90ef877e
Commit
90ef877e
authored
Oct 20, 2017
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins: expose dashboard impression store
parent
1d7a0db5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
public/app/features/plugins/built_in_plugins.ts
+0
-0
public/app/features/plugins/plugin_loader.ts
+8
-1
No files found.
public/app/features/plugins/buit_in_plugins.ts
→
public/app/features/plugins/bui
l
t_in_plugins.ts
View file @
90ef877e
File moved
public/app/features/plugins/plugin_loader.ts
View file @
90ef877e
...
@@ -13,7 +13,8 @@ import * as datemath from 'app/core/utils/datemath';
...
@@ -13,7 +13,8 @@ import * as datemath from 'app/core/utils/datemath';
import
*
as
fileExport
from
'app/core/utils/file_export'
;
import
*
as
fileExport
from
'app/core/utils/file_export'
;
import
*
as
flatten
from
'app/core/utils/flatten'
;
import
*
as
flatten
from
'app/core/utils/flatten'
;
import
*
as
ticks
from
'app/core/utils/ticks'
;
import
*
as
ticks
from
'app/core/utils/ticks'
;
import
builtInPlugins
from
'./buit_in_plugins'
;
import
{
impressions
}
from
'app/features/dashboard/impression_store'
;
import
builtInPlugins
from
'./built_in_plugins'
;
import
d3
from
'vendor/d3/d3'
;
import
d3
from
'vendor/d3/d3'
;
// rxjs
// rxjs
...
@@ -67,6 +68,12 @@ exposeToPlugin('rxjs/Subject', Subject);
...
@@ -67,6 +68,12 @@ exposeToPlugin('rxjs/Subject', Subject);
exposeToPlugin
(
'rxjs/Observable'
,
Observable
);
exposeToPlugin
(
'rxjs/Observable'
,
Observable
);
exposeToPlugin
(
'd3'
,
d3
);
exposeToPlugin
(
'd3'
,
d3
);
exposeToPlugin
(
'app/features/dashboard/impression_store'
,
{
impressions
:
impressions
,
__esModule
:
true
});
exposeToPlugin
(
'app/plugins/sdk'
,
sdk
);
exposeToPlugin
(
'app/plugins/sdk'
,
sdk
);
exposeToPlugin
(
'app/core/utils/datemath'
,
datemath
);
exposeToPlugin
(
'app/core/utils/datemath'
,
datemath
);
exposeToPlugin
(
'app/core/utils/file_export'
,
fileExport
);
exposeToPlugin
(
'app/core/utils/file_export'
,
fileExport
);
...
...
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