Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix the line length in metricsResponsePage.ts and add lincense header to
Browse files Browse the repository at this point in the history
.editorconfig
  • Loading branch information
ppalaga committed Jul 15, 2015
1 parent 2a00e03 commit 66bb75b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions console/src/main/scripts/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#
# Copyright 2015 Red Hat, Inc. and/or its affiliates
# and other contributors as indicated by the @author tags.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ module HawkularMetrics {
*/
export class MetricsViewController {
/// for minification only
public static $inject = ['$scope', '$rootScope', '$interval', '$log', 'HawkularMetric', 'HawkularAlert', '$routeParams','HawkularAlertsManager' ,'HawkularErrorManager', 'AlertService'];
public static $inject = ['$scope', '$rootScope', '$interval', '$log', 'HawkularMetric', 'HawkularAlert',
'$routeParams','HawkularAlertsManager' ,'HawkularErrorManager', 'AlertService'];

private bucketedDataPoints:IChartDataPoint[] = [];
private contextDataPoints:IChartDataPoint[] = [];
Expand Down

0 comments on commit 66bb75b

Please sign in to comment.