Fix for data viz
This commit is contained in:
parent
bb6a0c379e
commit
54089c1572
1 changed files with 3 additions and 3 deletions
|
|
@ -46,9 +46,9 @@
|
|||
<form class="form-inline" role="form">
|
||||
{{ trans('texts.group_by') }}
|
||||
<select id="groupBySelect" class="form-control" onchange="update()" style="background-color:white !important">
|
||||
<option>{{ trans('texts.clients') }}</option>
|
||||
<option>{{ trans('texts.invoices') }}</option>
|
||||
<option>{{ trans('texts.products') }}</option>
|
||||
<option value="clients">{{ trans('texts.clients') }}</option>
|
||||
<option value="invoices">{{ trans('texts.invoices') }}</option>
|
||||
<option value="products">{{ trans('texts.products') }}</option>
|
||||
</select>
|
||||
<b>{!! $message !!}</b>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue