mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-19 02:55:42 +08:00
Support DLQ topic resend message (#653)
Co-authored-by: zhangxu16 <zhangxu16@xiaomi.com>
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
<td class="text-center">{{item.trackType}}</td>
|
||||
<td class="text-center">
|
||||
<button class="btn btn-raised btn-sm btn-primary" type="button"
|
||||
ng-click="resendMessage(ngDialogData.messageView.msgId,ngDialogData.messageView.topic,item.consumerGroup)">
|
||||
ng-click="resendMessage(ngDialogData.messageView,item.consumerGroup)">
|
||||
Resend Message
|
||||
</button>
|
||||
<button class="btn btn-raised btn-sm btn-primary" type="button"
|
||||
|
||||
Reference in New Issue
Block a user