Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Refactor XML elements of Formatters jmix-projects/jmix-ui#452
Browse files Browse the repository at this point in the history
  • Loading branch information
glebfox committed May 18, 2021
1 parent 5ae9c77 commit 1a7a941
Showing 1 changed file with 6 additions and 4 deletions.
Expand Up @@ -27,12 +27,14 @@
<simplePagination/>
<columns>
<column id="startTime">
<formatter class="io.jmix.ui.component.formatter.DateFormatter"
format="msg://dateTimeWithSeconds"/>
<formatter>
<date format="msg://dateTimeWithSeconds"/>
</formatter>
</column>
<column id="finishTime">
<formatter class="io.jmix.ui.component.formatter.DateFormatter"
format="msg://dateTimeWithSeconds"/>
<formatter>
<date format="msg://dateTimeWithSeconds"/>
</formatter>
</column>
<column id="executionTimeSec"/>
<column id="reportName"/>
Expand Down

0 comments on commit 1a7a941

Please sign in to comment.