mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-06-07 21:33:20 +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}
|
maxDiffTotal:$scope.ngDialogData.data.maxDiffTotal}
|
||||||
}).success(function (resp) {
|
}).success(function (resp) {
|
||||||
if(resp.status ==0){
|
if(resp.status ==0){
|
||||||
Notification.info({message: "delete success!", delay: 2000});
|
Notification.info({message: "update success!", delay: 2000});
|
||||||
}else {
|
}else {
|
||||||
Notification.error({message: resp.errMsg, delay: 2000});
|
Notification.error({message: resp.errMsg, delay: 2000});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user