Merge branch 'master' into design/new-data-source+query-editor

This commit is contained in:
Arik Fraimovich
2018-01-04 13:55:39 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -347,6 +347,10 @@ page-header, .page-header--new {
}
}
.filter-container {
margin-bottom: 5px;
}
// Navigation
.caret--nav {
border-top: none;

View File

@@ -290,6 +290,8 @@ function QueryViewCtrl(
id: $scope.query.id,
data_source_id: $scope.query.data_source_id,
latest_query_data_id: null,
}, (updatedQuery) => {
$scope.query.version = updatedQuery.version;
});
}