Skip to content

Commit

Permalink
fix system status app
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 28, 2025
1 parent b17102d commit 6df8c1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/files/demo/clusters.d/localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ v2:
adapter: localhost
login:
host: localhost
metadata:
title: Localhost
4 changes: 4 additions & 0 deletions lib/files/demo/config/dashboard/initializers/localhost.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ def delete(id)
pinfo = Process.getpgid(id.to_i)
Process.kill('TERM', id.to_i)
end

def info_all(attrs: nil)
[]
end
end

class OodCore::Job::Factory
Expand Down

0 comments on commit 6df8c1c

Please sign in to comment.