Skip to content

Commit 99d682b

Browse files
committed
fix(#2525): DispatcherMappings view breaks when RouterFunctions are used
1 parent 18387ae commit 99d682b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-boot-admin-server-ui/src/main/frontend/views/instances/mappings/DispatcherMappings.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
v-for="(mapping, idx) in handlerMappings"
3232
:key="`${dispatcherName}_${idx}_pattern`"
3333
>
34-
<template v-if="mapping.details">
34+
<template
35+
v-if="mapping.details && mapping.details.requestMappingConditions"
36+
>
3537
<tr>
3638
<td
3739
:rowspan="

0 commit comments

Comments
 (0)