mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Show the heartbeat count in the device listing page
This commit is contained in:
@@ -27,9 +27,10 @@ ActiveAdmin.register Device do
|
|||||||
column "Model Name",:model
|
column "Model Name",:model
|
||||||
column "IMEI Number",:imei_number
|
column "IMEI Number",:imei_number
|
||||||
column :os_version
|
column :os_version
|
||||||
column :created_at
|
column :client_version
|
||||||
column :updated_at
|
column :heartbeats_count
|
||||||
column :last_heartbeat_recd_time
|
column :last_heartbeat_recd_time
|
||||||
|
column :created_at
|
||||||
actions
|
actions
|
||||||
end
|
end
|
||||||
filter :model
|
filter :model
|
||||||
|
|||||||
Reference in New Issue
Block a user