mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: DON'T reset filter
When a interpreter setting is updated
This commit is contained in:
parent
c9adf7161f
commit
72bac065e8
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
$scope.availableInterpreters = {};
|
||||
$scope.showAddNewSetting = false;
|
||||
$scope.showRepositoryInfo = false;
|
||||
$scope.searchInterpreter = '';
|
||||
$scope._ = _;
|
||||
ngToast.dismiss();
|
||||
|
||||
|
|
@ -346,8 +347,8 @@
|
|||
.success(function(data, status, headers, config) {
|
||||
$scope.interpreterSettings[index] = data.body;
|
||||
removeTMPSettings(index);
|
||||
checkDownloadingDependencies();
|
||||
thisConfirm.close();
|
||||
$route.reload();
|
||||
})
|
||||
.error(function(data, status, headers, config) {
|
||||
console.log('Error %o %o', status, data.message);
|
||||
|
|
|
|||
Loading…
Reference in a new issue