mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-04-27 08:22:13 +08:00
Co-authored-by: zhangjidi <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</tr>
|
||||
<tr ng-repeat="fTopic in topicShowList"
|
||||
ng-init="sysFlag = fTopic.startsWith('%SYS%'); topic = sysFlag?fTopic.substring(5):fTopic">
|
||||
<td class="text-left"><font color={{sysFlag?"red":""}}>{{topic}}</font></td>
|
||||
<td class="text-center"><font color={{sysFlag?"red":""}}>{{topic}}</font></td>
|
||||
<td class="text-left">
|
||||
<button class="btn btn-raised btn-sm btn-primary" type="button"
|
||||
ng-click="statsView(topic)">{{'STATUS' | translate}}
|
||||
|
||||
Reference in New Issue
Block a user