Show workflow filter data on imports status page
This could help troubleshoot a very long init_elements task until we implement backend#331 (closed).
Mockup:
- The
Modecolumn is no longer displayed onelementsworkflows only because it uses horizontal space that the filter columns now need - The
Elements countcolumn can only be added after backend#331 (closed) - The columns could have better spacing by using a
<table>or a Flexbox instead of a<div class="columns">
