Show the heartbeat count in the device listing page

This commit is contained in:
Leena
2016-01-11 16:49:58 +05:30
parent 1f46f1ebfb
commit c1739607bd

View File

@@ -27,9 +27,10 @@ ActiveAdmin.register Device do
column "Model Name",:model
column "IMEI Number",:imei_number
column :os_version
column :created_at
column :updated_at
column :client_version
column :heartbeats_count
column :last_heartbeat_recd_time
column :created_at
actions
end
filter :model