Skip to content

Commit

Permalink
fix[hmi-client]: Configuration column in parameter table (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvince2 authored Apr 3, 2024
1 parent e7345d9 commit cc87bf8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@
</span>
</template>
</Column>
<Column header="Configuration">
<template #body="{ data }">
{{ data.configuration?.name }}
</template>
</Column>
<Column header="Value type">
<template #body="{ data }">
{{ typeOptions[getParamType(data.parameter, data.configuration.configuration)].label }}
Expand Down

0 comments on commit cc87bf8

Please sign in to comment.