forked from platypush/platypush
A more self-explanatory icon for entity grouping selections
This commit is contained in:
parent
bba582875a
commit
681f307d04
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="entities-selectors-container">
|
||||
<div class="selector">
|
||||
<Dropdown title="Group by" icon-class="fas fa-eye" ref="groupingSelector">
|
||||
<Dropdown title="Group by" icon-class="fas fa-object-ungroup" ref="groupingSelector">
|
||||
<DropdownItem v-for="g in visibleGroupings" :key="g" :text="prettifyGroupingName(g)"
|
||||
:item-class="{selected: value?.grouping === g}"
|
||||
@click="onGroupingChanged(g)" />
|
||||
|
|
Loading…
Reference in a new issue