grafana 273 B

123456789101112131415161718
  1. commit ff47eccf4b119b348a7838a96b558cb2d6a36b0f
  2. Author: Torkel Ödegaard <torkel.odegaard@gmail.com>
  3. Date: Wed Feb 4 17:21:42 2015 +0100
  4. Fixed javascript style checker issue
  5. diff --git a/src/app/panels/dashlist/module.js b/src/app/panels/dashlist/module.js
  6. index 829816967..05a074812 100644
  7. --- a/src/app/panels/dashlist/module.js
  8. +++ b/src/app/panels/dashlist/module.js
  9. @@ -36,7 +36,6 @@ function (angular, app, _, config, PanelMeta) {
  10. $scope.init = function() {
  11. panelSrv.init($scope);
  12. -
  13. if ($scope.isNewPanel()) {
  14. $scope.panel.title = "Starred Dashboards";
  15. }