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
882ed637
Commit
882ed637
authored
Apr 01, 2020
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plugins: Expose promiseToDigest (#23249)
(cherry picked from commit
ccb8187c
)
parent
676972e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
public/app/features/plugins/plugin_loader.ts
+5
-0
No files found.
public/app/features/plugins/plugin_loader.ts
View file @
882ed637
...
...
@@ -36,6 +36,7 @@ import * as fileExport from 'app/core/utils/file_export';
import
*
as
flatten
from
'app/core/utils/flatten'
;
import
*
as
ticks
from
'app/core/utils/ticks'
;
import
{
BackendSrv
,
getBackendSrv
}
from
'app/core/services/backend_srv'
;
import
{
promiseToDigest
}
from
'app/core/utils/promiseToDigest'
;
import
impressionSrv
from
'app/core/services/impression_srv'
;
import
builtInPlugins
from
'./built_in_plugins'
;
import
*
as
d3
from
'd3'
;
...
...
@@ -134,6 +135,10 @@ exposeToPlugin('app/core/utils/file_export', fileExport);
exposeToPlugin
(
'app/core/utils/flatten'
,
flatten
);
exposeToPlugin
(
'app/core/utils/kbn'
,
kbn
);
exposeToPlugin
(
'app/core/utils/ticks'
,
ticks
);
exposeToPlugin
(
'app/core/utils/promiseToDigest'
,
{
promiseToDigest
:
promiseToDigest
,
__esModule
:
true
,
});
exposeToPlugin
(
'app/core/config'
,
config
);
exposeToPlugin
(
'app/core/time_series'
,
TimeSeries
);
...
...
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