A more self-explanatory icon for entity grouping selections

This commit is contained in:
Fabio Manganiello 2022-11-27 00:56:47 +01:00
parent bba582875a
commit 681f307d04
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -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)" />