mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Change the label for IMEI number in the list page with proper casing of all caps
This commit is contained in:
@@ -25,7 +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 "IMEI Number",: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