We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcc7fc commit 4d79b1fCopy full SHA for 4d79b1f
1 file changed
spring-boot-admin-server-ui/src/main/frontend/views/journal/JournalTable.vue
@@ -95,7 +95,14 @@
95
class="w-48"
96
>
97
<template #body="{ data }">
98
- {{ data.instance }}
+ <router-link
99
+ :to="{
100
+ name: 'instances/details',
101
+ params: { instanceId: data.instance },
102
+ }"
103
+ >
104
+ {{ data.instance }}
105
+ </router-link>
106
</template>
107
<template #filter="{ filterModel }">
108
<MultiSelect
0 commit comments