projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
closes #10516
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
node.rb
diff --git
a/apps/workbench/app/models/node.rb
b/apps/workbench/app/models/node.rb
index 6518047b8d161df66605bb5f34ad61132cd3bb8c..8bf98c6decb3865054c6339105c688f2ec89fcf4 100644
(file)
--- a/
apps/workbench/app/models/node.rb
+++ b/
apps/workbench/app/models/node.rb
@@
-1,8
+1,8
@@
class Node < ArvadosBase
def self.creatable?
- current_user and current_user.is_admin
+ false
end
- def friendly_link_name
+ def friendly_link_name
lookup=nil
(hostname && !hostname.empty?) ? hostname : uuid
end
end