Nikolay Bryskin 12 лет назад
Родитель
Сommit
a1632e4874
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/controllers/graphiteImport.js

+ 1 - 1
src/app/controllers/graphiteImport.js

@@ -21,7 +21,7 @@ function (angular, app, _) {
       $scope.datasource = datasourceSrv.get(datasource);
       $scope.datasource = datasourceSrv.get(datasource);
 
 
       if (!$scope.datasource) {
       if (!$scope.datasource) {
-          $scope.error = "Cannot find datasource " + datasource;
+        $scope.error = "Cannot find datasource " + datasource;
         return;
         return;
       }
       }
     };
     };