mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 19:48:29 +08:00
fix:Fixed the issue that normal messages in version v4 are not showed (#222)
Co-authored-by: yuanziwei <yuanziwei@xiaomi.com>
This commit is contained in:
@@ -141,6 +141,9 @@ module.controller('topicController', ['$scope', 'ngDialog', '$http', 'Notificati
|
|||||||
if (type.includes("NORMAL")) {
|
if (type.includes("NORMAL")) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
if (!localStorage.getItem('isV5') && type.includes("UNSPECIFIED")) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if ($scope.filterDelay) {
|
if ($scope.filterDelay) {
|
||||||
if (type.includes("DELAY")) {
|
if (type.includes("DELAY")) {
|
||||||
|
Reference in New Issue
Block a user