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
40482d9a
Commit
40482d9a
authored
Dec 18, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:grafana/grafana
parents
51ec64f8
72568845
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletions
+3
-1
pkg/tsdb/cloudwatch/metric_find_query.go
+1
-1
public/app/features/dashboard/create_folder_ctrl.ts
+1
-0
public/app/features/org/team_details_ctrl.ts
+1
-0
public/img/grafana_mask_icon_white.svg
+0
-0
No files found.
pkg/tsdb/cloudwatch/metric_find_query.go
View file @
40482d9a
...
@@ -127,7 +127,7 @@ func init() {
...
@@ -127,7 +127,7 @@ func init() {
"AWS/Events"
:
{
"RuleName"
},
"AWS/Events"
:
{
"RuleName"
},
"AWS/Firehose"
:
{
"DeliveryStreamName"
},
"AWS/Firehose"
:
{
"DeliveryStreamName"
},
"AWS/IoT"
:
{
"Protocol"
},
"AWS/IoT"
:
{
"Protocol"
},
"AWS/Kinesis"
:
{
"StreamName"
,
"ShardI
D
"
},
"AWS/Kinesis"
:
{
"StreamName"
,
"ShardI
d
"
},
"AWS/KinesisAnalytics"
:
{
"Flow"
,
"Id"
,
"Application"
},
"AWS/KinesisAnalytics"
:
{
"Flow"
,
"Id"
,
"Application"
},
"AWS/Lambda"
:
{
"FunctionName"
,
"Resource"
,
"Version"
,
"Alias"
},
"AWS/Lambda"
:
{
"FunctionName"
,
"Resource"
,
"Version"
,
"Alias"
},
"AWS/Logs"
:
{
"LogGroupName"
,
"DestinationType"
,
"FilterName"
},
"AWS/Logs"
:
{
"LogGroupName"
,
"DestinationType"
,
"FilterName"
},
...
...
public/app/features/dashboard/create_folder_ctrl.ts
View file @
40482d9a
...
@@ -6,6 +6,7 @@ export class CreateFolderCtrl {
...
@@ -6,6 +6,7 @@ export class CreateFolderCtrl {
nameExists
=
false
;
nameExists
=
false
;
titleTouched
=
false
;
titleTouched
=
false
;
/** @ngInject **/
constructor
(
private
backendSrv
,
private
$location
,
navModelSrv
)
{
constructor
(
private
backendSrv
,
private
$location
,
navModelSrv
)
{
this
.
navModel
=
navModelSrv
.
getNav
(
'dashboards'
,
'manage-dashboards'
,
0
);
this
.
navModel
=
navModelSrv
.
getNav
(
'dashboards'
,
'manage-dashboards'
,
0
);
}
}
...
...
public/app/features/org/team_details_ctrl.ts
View file @
40482d9a
...
@@ -5,6 +5,7 @@ export default class TeamDetailsCtrl {
...
@@ -5,6 +5,7 @@ export default class TeamDetailsCtrl {
teamMembers
:
User
[]
=
[];
teamMembers
:
User
[]
=
[];
navModel
:
any
;
navModel
:
any
;
/** @ngInject **/
constructor
(
private
$scope
,
private
backendSrv
,
private
$routeParams
,
navModelSrv
)
{
constructor
(
private
$scope
,
private
backendSrv
,
private
$routeParams
,
navModelSrv
)
{
this
.
navModel
=
navModelSrv
.
getNav
(
'cfg'
,
'teams'
,
0
);
this
.
navModel
=
navModelSrv
.
getNav
(
'cfg'
,
'teams'
,
0
);
this
.
get
();
this
.
get
();
...
...
public/img/grafana_mask_icon_white.svg
0 → 100644
View file @
40482d9a
This diff is collapsed.
Click to expand it.
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