3605: Filter out nodes that have a last ping time of more than 1 hour. Add
[arvados.git] / apps / workbench / app / models / keep_service.rb
1 class KeepService < ArvadosBase
2   def self.creatable?
3     current_user and current_user.is_admin
4   end
5 end