Skip to content
Snippets Groups Projects
Commit 9200c8bf authored by Kyle Doherty's avatar Kyle Doherty
Browse files

lintballer

parent 5226f288
No related branches found
No related tags found
No related merge requests found
......@@ -116,11 +116,11 @@ DatabasesControllers.controller('DatabaseEdit', ['$scope', '$routeParams', '$loc
$scope.saveAndRedirect = function() {
return save($scope.database, $scope.details, true);
}
};
$scope.saveNoRedirect = function() {
return save($scope.database, $scope.details, false);
}
};
$scope.sync = function() {
var call = Metabase.db_sync_metadata({
......
......@@ -31,7 +31,7 @@ SetupControllers.controller('SetupInfo', ['$scope', '$routeParams', '$location',
}
if($scope.completedSteps.database) {
$scope.databaseStepText = 'Connected to your data.'
$scope.databaseStepText = 'Connected to your data.';
}
// redirect back to home if the user has already set up the product,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment