mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 13:53:30 +02:00
Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded.
This commit is contained in:
@@ -245,7 +245,7 @@ module.exports = function DeviceColumnService($filter, gettext) {
|
||||
return device.owner ? device.owner.name : ''
|
||||
}
|
||||
, link: function(device) {
|
||||
return device.owner ? device.enhancedUserContactUrl : ''
|
||||
return device.owner ? device.enhancedUserProfileUrl : ''
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user