mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Fix the link_to issue with for device while listing the app usage
This commit is contained in:
@@ -22,7 +22,7 @@ ActiveAdmin.register_page "App Usage" do
|
|||||||
end
|
end
|
||||||
column "Device" do |app_usage|
|
column "Device" do |app_usage|
|
||||||
device_id = app_usage[:device_id]
|
device_id = app_usage[:device_id]
|
||||||
link_to device_id,admin_devices_path(device_id)
|
link_to device_id,admin_device_path(device_id)
|
||||||
end
|
end
|
||||||
column "Package Name" do |app_usage|
|
column "Package Name" do |app_usage|
|
||||||
app_usage[:package_name]
|
app_usage[:package_name]
|
||||||
|
|||||||
Reference in New Issue
Block a user