Merge branch 'master' of github.com:grafana/grafana

This commit is contained in:
Torkel Ödegaard 2017-12-18 13:38:54 +01:00
commit 40482d9ada
4 changed files with 15 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func init() {
"AWS/Events": {"RuleName"},
"AWS/Firehose": {"DeliveryStreamName"},
"AWS/IoT": {"Protocol"},
"AWS/Kinesis": {"StreamName", "ShardID"},
"AWS/Kinesis": {"StreamName", "ShardId"},
"AWS/KinesisAnalytics": {"Flow", "Id", "Application"},
"AWS/Lambda": {"FunctionName", "Resource", "Version", "Alias"},
"AWS/Logs": {"LogGroupName", "DestinationType", "FilterName"},

View File

@ -6,6 +6,7 @@ export class CreateFolderCtrl {
nameExists = false;
titleTouched = false;
/** @ngInject **/
constructor(private backendSrv, private $location, navModelSrv) {
this.navModel = navModelSrv.getNav('dashboards', 'manage-dashboards', 0);
}

View File

@ -5,6 +5,7 @@ export default class TeamDetailsCtrl {
teamMembers: User[] = [];
navModel: any;
/** @ngInject **/
constructor(private $scope, private backendSrv, private $routeParams, navModelSrv) {
this.navModel = navModelSrv.getNav('cfg', 'teams', 0);
this.get();

File diff suppressed because one or more lines are too long