Commit f050e44d authored by Jason Song's avatar Jason Song Committed by GitHub

fix delete grayscale item cluster mismatch issue (#2639)

parent 7929a935
...@@ -166,7 +166,7 @@ function controller($rootScope, $scope, toastr, AppUtil, EventManager, ConfigSer ...@@ -166,7 +166,7 @@ function controller($rootScope, $scope, toastr, AppUtil, EventManager, ConfigSer
function deleteItem() { function deleteItem() {
ConfigService.delete_item($rootScope.pageContext.appId, ConfigService.delete_item($rootScope.pageContext.appId,
$rootScope.pageContext.env, $rootScope.pageContext.env,
$rootScope.pageContext.clusterName, $scope.toOperationNamespace.baseInfo.clusterName,
$scope.toOperationNamespace.baseInfo.namespaceName, $scope.toOperationNamespace.baseInfo.namespaceName,
toDeleteItemId).then( toDeleteItemId).then(
function (result) { function (result) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment