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
d6ba9081
Unverified
Commit
d6ba9081
authored
Oct 03, 2018
by
Daniel Lee
Committed by
GitHub
Oct 03, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13511 from grafana/stackdriver-nginject-fix
stackdriver: adds missing nginject attribute
parents
a83f0e9b
6d8a3ce1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts
+1
-0
public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
+1
-0
No files found.
public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts
View file @
d6ba9081
...
...
@@ -24,6 +24,7 @@ export class StackdriverAggregationCtrl {
alignOptions
:
any
[];
target
:
any
;
/** @ngInject */
constructor
(
private
$scope
)
{
this
.
$scope
.
ctrl
=
this
;
this
.
target
=
$scope
.
target
;
...
...
public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
View file @
d6ba9081
...
...
@@ -4,6 +4,7 @@ import { FilterSegments, DefaultRemoveFilterValue } from './filter_segments';
import
appEvents
from
'app/core/app_events'
;
export
class
StackdriverFilter
{
/** @ngInject */
constructor
()
{
return
{
templateUrl
:
'public/app/plugins/datasource/stackdriver/partials/query.filter.html'
,
...
...
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