use abm.key if no label is available
This commit is contained in:
parent
85e33f8306
commit
08c7e584aa
@ -26,7 +26,7 @@ Vue.component("abm-list", {
|
||||
<template v-slot:row="{ item }">
|
||||
<td>
|
||||
<router-link :to="'/abms/' + item.key">
|
||||
{{ item.label }}
|
||||
{{ item.label || item.key }}
|
||||
</router-link>
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user