Skip to content

Commit d04e430

Browse files
committed
removed the ServicePulse
1 parent 1ca54da commit d04e430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/frontend/src/components/ClientEndpoint.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async function runScenario() {
7171
</button>
7272
<a target="_blank" href="http://localhost:9090/#/failed-messages/">
7373
<button type="button" class="secondary view-servicepulse">
74-
View Failures in ServicePulse
74+
View Failures
7575
</button>
7676
</a>
7777
<span class="note">

src/frontend/src/components/SalesEndpoint.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function toggleFailOnRetries() {
112112
<a
113113
target="_blank"
114114
:href="`http://localhost:9090/#/failed-messages/message/${message.messageViewId}`"
115-
>View failure in ServicePulse</a
115+
>View failures</a
116116
>
117117
</template>
118118
<template v-else-if="isOrderPlaced(message.message)">

src/frontend/src/components/ShippingEndpoint.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function toggleFailOnRetries() {
149149
target="_blank"
150150
:href="`http://localhost:9090/#/failed-messages/message/${message.messageViewId}`"
151151
>
152-
View failure in ServicePulse
152+
View failures
153153
</a>
154154
</template>
155155
<template v-else>

0 commit comments

Comments
 (0)