Skip to content

Commit

Permalink
update open-group to show-group
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo Mesgin authored and Mo Mesgin committed Sep 11, 2024
1 parent 6f2e2cc commit a0891d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shell/components/formatter/AppSummaryGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
v-if="show"
class="text-center hand"
placement="top"
:open-group="row.id"
:show-group="row.id"
:triggers="show ? ['click'] : []"
offset="1"
>
Expand Down
2 changes: 1 addition & 1 deletion shell/components/formatter/FleetSummaryGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
v-if="show"
class="text-center hand"
placement="top"
:open-group="row.id"
:show-group="row.id"
:triggers="show ? ['click'] : []"
offset="1"
>
Expand Down
2 changes: 1 addition & 1 deletion shell/components/formatter/MachineSummaryGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
<v-dropdown
class="text-center hand machine-summary-graph"
placement="top"
:open-group="row.id"
:show-group="row.id"
:triggers="['click']"
offset="1"
>
Expand Down
2 changes: 1 addition & 1 deletion shell/components/formatter/Scale.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
<v-dropdown
:class="{'hand': showHover}"
placement="top"
:open-group="row.id"
:show-group="row.id"
:triggers="showHover ? ['click'] : []"
offset="1"
>
Expand Down
2 changes: 1 addition & 1 deletion shell/components/formatter/Weight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
<v-dropdown
:class="{'hand': canAdjust}"
placement="top"
:open-group="row.id"
:show-group="row.id"
:triggers="canAdjust ? ['click'] : []"
offset="1"
@apply-show="onShown"
Expand Down

0 comments on commit a0891d0

Please sign in to comment.