Skip to content

Commit c394ccc

Browse files
committed
Include experimental sandboxes in sandboxes stats
1 parent 675a115 commit c394ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/status_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def index
77
@unprocessed_submissions_count = Submission.where(processed: false).count
88
@submissions_count = Submission.where(created_at: Time.current.all_day).count
99
@submissions_count_week = Submission.where(created_at: Time.current.all_week).count
10-
@sandboxes = RemoteSandbox.all
10+
@sandboxes = RemoteSandbox.all + RemoteSandbox.all_experimental
1111
end
1212

1313
end

0 commit comments

Comments
 (0)