File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/frontend/src/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ async function runScenario() {
71
71
</button >
72
72
<a target =" _blank" href =" http://localhost:9090/#/failed-messages/" >
73
73
<button type =" button" class =" secondary view-servicepulse" >
74
- View Failures in ServicePulse
74
+ View Failures
75
75
</button >
76
76
</a >
77
77
<span class =" note" >
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ function toggleFailOnRetries() {
112
112
<a
113
113
target =" _blank"
114
114
:href =" `http://localhost:9090/#/failed-messages/message/${message.messageViewId}`"
115
- >View failure in ServicePulse </a
115
+ >View failures </a
116
116
>
117
117
</template >
118
118
<template v-else-if =" isOrderPlaced (message .message )" >
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ function toggleFailOnRetries() {
149
149
target =" _blank"
150
150
:href =" `http://localhost:9090/#/failed-messages/message/${message.messageViewId}`"
151
151
>
152
- View failure in ServicePulse
152
+ View failures
153
153
</a >
154
154
</template >
155
155
<template v-else >
You can’t perform that action at this time.
0 commit comments