mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Display IMEI number in the list
This commit is contained in:
@@ -25,6 +25,7 @@ ActiveAdmin.register Device do
|
|||||||
status_tag status.titleize, STATUS_CLASSES[status.to_sym]
|
status_tag status.titleize, STATUS_CLASSES[status.to_sym]
|
||||||
end
|
end
|
||||||
column "Model Name",:model
|
column "Model Name",:model
|
||||||
|
column :imei_number
|
||||||
column :created_at
|
column :created_at
|
||||||
column :updated_at
|
column :updated_at
|
||||||
column :last_heartbeat_recd_time
|
column :last_heartbeat_recd_time
|
||||||
|
|||||||
Reference in New Issue
Block a user