Skip to content
Snippets Groups Projects

Display a group by dropdown

Merged Savas Vedova requested to merge 420055-create-group-by-button into master
All threads resolved!
Compare and Show latest version
3 files
+ 51
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -98,14 +98,15 @@ export default {
<div ref="vulnerabilityListTop" data-testid="vulnerability-list-top"></div>
<div class="security-dashboard-filters">
<div class="security-dashboard-filters gl-bg-white">
<vulnerability-filters :filters="filterDropdowns" @filters-changed="updateGraphqlFilters" />
<div
v-if="shouldShowGroupByButton"
class="gl-display-flex gl-align-items-center gl-p-5 gl-bg-gray-10 gl-mt-5 gl-mb-2"
>
<label class="gl-m-0">{{ __('Group by:') }}</label>
<label for="group-by" class="gl-m-0">{{ __('Group by:') }}</label>
<gl-collapsible-listbox
id="group-by"
v-model="selectedGroup"
category="tertiary"
class="gl-ml-2"
Loading