]> git.arvados.org - arvados.git/blob - apps/workbench/app/models/node.rb
3400: ArvadosResourceList retains api token that is active when it is created.
[arvados.git] / apps / workbench / app / models / node.rb
1 class Node < ArvadosBase
2   def self.creatable?
3     current_user and current_user.is_admin
4   end
5   def friendly_link_name lookup=nil
6     (hostname && !hostname.empty?) ? hostname : uuid
7   end
8 end