-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'issue-18886' into 'master'
Loop all disks when displaying system info. Closes #18886 See merge request !4983
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/controllers/admin/system_info_controller.rb 22 additions, 3 deletionsapp/controllers/admin/system_info_controller.rb
- app/views/admin/system_info/show.html.haml 5 additions, 2 deletionsapp/views/admin/system_info/show.html.haml
- config/dependency_decisions.yml 6 additions, 0 deletionsconfig/dependency_decisions.yml
- spec/features/admin/admin_system_info_spec.rb 1 addition, 1 deletionspec/features/admin/admin_system_info_spec.rb
Loading
| @@ -349,3 +349,4 @@ gem 'health_check', '~> 1.5.1' | Loading
| @@ -349,3 +349,4 @@ gem 'health_check', '~> 1.5.1' |
# System information | # System information | ||
gem 'vmstat', '~> 2.1.0' | gem 'vmstat', '~> 2.1.0' | ||
gem 'sys-filesystem', '~> 1.1.6' |
Please register or sign in to comment