Skip to content
Snippets Groups Projects
Commit 9bc97106 authored by cmaeder's avatar cmaeder
Browse files

avoid separate "group by" button

parent 910c4fb2
No related branches found
No related tags found
1 merge request!2Search all fields and start with an overview by grouping identical short messages
......@@ -12,8 +12,8 @@
gitlab repository</a> for more information)
<div ng-controller="SearchController">
<p/>
<button ng-click="group()">group by</button>
<select ng-model="field" ng-init="columns[shortMsg].long"
group by
<select ng-click="group()" ng-model="field" ng-init="columns[shortMsg].long"
ng-options="columns[key].long for key in colProps | filter : '!id'"></select>
as overview with clickable content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment