diff --git a/app/views/imports/_import.html.erb b/app/views/imports/_import.html.erb index 783ba5d3..49fbb5a8 100644 --- a/app/views/imports/_import.html.erb +++ b/app/views/imports/_import.html.erb @@ -1,8 +1,28 @@
- Name: - <%= import.name %> -
+| Name | +Processed | +Doubles | +Created at | +
|---|---|---|---|
| + <%= link_to import.name, import, class: 'underline hover:no-underline' %> (<%= import.source %>) + | ++ <%= "✅" if import.processed == import.raw_points %> + <%= "#{import.processed}/#{import.raw_points}" %> + | +<%= import.doubles %> | +<%= import.created_at.strftime("%d.%m.%Y, %H:%M") %> | +
| ID | -Battery Status | -Ping | -Battery | -Tracked ID | -Topic | -Altitude | -Velocity | -Trigger | -BSSID | -SSID | -Connection | -Vertical Accuracy | -Accuracy | -Timestamp | -Mode | -Latitude | -Longitude | -Inrids | -In Regions | -Raw Data | -Tracker ID | -Created At | -Updated At | -
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <%= point.id %> | -<%= point.battery_status %> | -<%= point.ping %> | -<%= point.battery %> | -<%= point.tracker_id %> | -<%= point.topic %> | -<%= point.altitude %> | -<%= point.velocity %> | -<%= point.trigger %> | -<%= point.bssid %> | -<%= point.ssid %> | -<%= point.connection %> | -<%= point.vertical_accuracy %> | -<%= point.accuracy %> | -<%= point.timestamp %> | -<%= point.mode %> | -<%= point.latitude %> | -<%= point.longitude %> | -<%= point.inrids %> | -<%= point.in_regions %> | -<%= point.raw_data %> | -<%= point.created_at %> | -<%= point.updated_at %> | -