Merge branch 'master' into 3052-crunch-log-stdout
[arvados.git] / apps / workbench / app / models / virtual_machine.rb
index 978964196d412b76f993e46b717a7977ea773ecc..083aae31ecb10c0f7b5b97e0e6d7b9c5129cff2e 100644 (file)
@@ -15,7 +15,7 @@ class VirtualMachine < ArvadosBase
             {current_user_logins: {column_heading: "logins", type: 'array'}},
             super]
   end
-  def friendly_link_name
+  def friendly_link_name lookup=nil
     (hostname && !hostname.empty?) ? hostname : uuid
   end
 end