Skip to content

Commit

Permalink
fix(ui): hidden custom configuration
Browse files Browse the repository at this point in the history
Fixes #2175
  • Loading branch information
robertsLando committed Jan 12, 2022
1 parent c431781 commit ab5a488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nodes-table/NodeDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
</v-col>
</v-row>
<v-col
v-if="className === 'Configuration'"
v-if="className.startsWith('Configuration')"
cols="12"
sm="6"
md="4"
Expand Down

0 comments on commit ab5a488

Please sign in to comment.