mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 11:40:01 +08:00
Change the message when create or update consumer monitor (#467)
This commit is contained in:
@@ -283,7 +283,7 @@ module.controller('consumerMonitorDialogController', function ($scope, ngDialog,
|
||||
maxDiffTotal:$scope.ngDialogData.data.maxDiffTotal}
|
||||
}).success(function (resp) {
|
||||
if(resp.status ==0){
|
||||
Notification.info({message: "delete success!", delay: 2000});
|
||||
Notification.info({message: "update success!", delay: 2000});
|
||||
}else {
|
||||
Notification.error({message: resp.errMsg, delay: 2000});
|
||||
}
|
||||
|
Reference in New Issue
Block a user