Sha256: d0cf948b902e2a69148af4a92a4f359e14f487909f5928fd0527b556ef4a7e57
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
<% provide :page_header do %> <h1><span class="fa fa-cloud-upload" aria-hidden="true"></span> Importers</h1> <div class="pull-right"> <%= link_to new_importer_path, class: 'btn btn-primary' do %> <span class="fa fa-edit" aria-hidden="true"></span> <%= t(:'helpers.action.importer.new') %> <% end %> </div> <% end %> <% content_for(:head) do %> <meta name="turbolinks-cache-control" content="no-cache"> <% end %> <div class="panel card panel-default"> <div class="panel-body card-body"> <div class="table-responsive"> <table id='importers-table' class="table table-striped"> <thead> <tr> <th scope="col">Name</th> <th scope="col">Status</th> <th scope="col">Last Run</th> <th scope="col">Next Run</th> <th scope="col">Entries Enqueued</th> <th scope="col">Entries Processed</th> <th scope="col">Entries Failed</th> <th scope="col">Entries Deleted Upstream</th> <th scope="col">Total Collection Entries</th> <th scope="col">Total Work Entries</th> <th scope="col">Total File Set Entries</th> <th scope="col">Actions</th> </tr> </thead> </table> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bulkrax-9.0.2 | app/views/bulkrax/importers/index.html.erb |
bulkrax-9.0.1 | app/views/bulkrax/importers/index.html.erb |
bulkrax-9.0.0 | app/views/bulkrax/importers/index.html.erb |