Jelajahi Sumber

AMBARI-9179 "Configure on <clustername>" redirects to Stack, not to Versions tab. (ababiichuk)

aBabiichuk 10 tahun lalu
induk
melakukan
b52e2543f1

+ 1 - 1
ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsListCtrl.js

@@ -55,7 +55,7 @@ angular.module('ambariAdminConsole')
   };
   };
 
 
   $scope.goToCluster = function() {
   $scope.goToCluster = function() {
-    window.location.replace('/#/main/admin/versions/' + this.repo.id);
+    window.location.replace('/#/main/admin/stack/versions');
   };
   };
 
 
   $scope.clearFilters = function () {
   $scope.clearFilters = function () {