projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
13773: Show 'Warning' label on jobs that have this runtime status and aren't failing.
[arvados.git]
/
apps
/
workbench
/
app
/
models
/
keep_service.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
class KeepService < ArvadosBase
6
def self.creatable?
7
false
8
end
9
end