]> git.arvados.org - arvados.git/blob - apps/workbench/app/models/node.rb
13773: Containers & CRs show "Failing" when a child job failed.
[arvados.git] / apps / workbench / app / models / node.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 class Node < ArvadosBase
6   def self.creatable?
7     false
8   end
9   def friendly_link_name lookup=nil
10     (hostname && !hostname.empty?) ? hostname : uuid
11   end
12 end