projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9318: "Active" and "Recently finished" panes in dashboard are updated to use work_uni...
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
node.rb
1
class Node < ArvadosBase
2
def self.creatable?
3
false
4
end
5
def friendly_link_name lookup=nil
6
(hostname && !hostname.empty?) ? hostname : uuid
7
end
8
end