Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded.

This commit is contained in:
Gunther Brunner
2015-03-17 19:48:41 +09:00
parent f5cb2f91c0
commit e1a7560bc0
6 changed files with 21 additions and 22 deletions

View File

@@ -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 : ''
}
})
}