We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a115 commit c394cccCopy full SHA for c394ccc
app/controllers/status_controller.rb
@@ -7,7 +7,7 @@ def index
7
@unprocessed_submissions_count = Submission.where(processed: false).count
8
@submissions_count = Submission.where(created_at: Time.current.all_day).count
9
@submissions_count_week = Submission.where(created_at: Time.current.all_week).count
10
- @sandboxes = RemoteSandbox.all
+ @sandboxes = RemoteSandbox.all + RemoteSandbox.all_experimental
11
end
12
13
0 commit comments