mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
CR fixes
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
$scope.sourceMode = true;
|
||||
$scope.canEdit = currentUser.canEdit($scope.query) || clientConfig.allowAllToEditQueries;
|
||||
$scope.isDirty = false;
|
||||
$scope.base_url = $location.protocol()+"://"+$location.host()+":"+$location.port();
|
||||
|
||||
$scope.newVisualization = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user