Skip to content

Commit

Permalink
Merge 28ec942 into 7669608
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenf committed May 13, 2021
2 parents 7669608 + 28ec942 commit cdafb3b
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions src/components/nodes-table/NodeDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,26 @@
:key="className"
>
<v-expansion-panel-header>
<v-row>
<span style="margin: auto 0">{{ className }}</span>
<v-btn
v-if="group[0]"
@click.stop="
apiRequest('refreshCCValues', [
node.id,
group[0].commandClass
])
"
class="ml-5"
x-small
>
Refresh
</v-btn>
</v-row></v-expansion-panel-header
>
<v-row no-gutters>
<v-col align-self="center">
{{ className }}
</v-col>
<v-col class="text-right pr-5">
<v-btn
v-if="group[0]"
@click.stop="
apiRequest('refreshCCValues', [
node.id,
group[0].commandClass
])
"
x-small
>
Refresh
</v-btn>
</v-col>
</v-row>
</v-expansion-panel-header>
<v-expansion-panel-content>
<v-card flat>
<v-card-text>
Expand Down

0 comments on commit cdafb3b

Please sign in to comment.