]> cat aescling's git repositories - mastodon.git/commit
Add system checks to dashboard in admin UI (#15989)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 3 Apr 2021 12:12:30 +0000 (14:12 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Apr 2021 12:12:30 +0000 (14:12 +0200)
commit487e37d6d46d81caac54c536791ad1a16a4eb267
treedba259c8f056222a839e372e934f4c742f4998cb
parent82cce18227419a55a12e34652a944fd612a86891
Add system checks to dashboard in admin UI (#15989)
app/controllers/admin/dashboard_controller.rb
app/javascript/styles/mastodon/forms.scss
app/lib/admin/system_check.rb [new file with mode: 0644]
app/lib/admin/system_check/base_check.rb [new file with mode: 0644]
app/lib/admin/system_check/database_schema_check.rb [new file with mode: 0644]
app/lib/admin/system_check/message.rb [new file with mode: 0644]
app/lib/admin/system_check/rules_check.rb [new file with mode: 0644]
app/lib/admin/system_check/sidekiq_process_check.rb [new file with mode: 0644]
app/views/admin/dashboard/index.html.haml
config/locales/en.yml