-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'system-info' into 'master'
Show basic system info on admin panel. Closes #18886  See merge request !4858
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/controllers/admin/system_info_controller.rb 13 additions, 0 deletionsapp/controllers/admin/system_info_controller.rb
- app/views/admin/background_jobs/_head.html.haml 4 additions, 0 deletionsapp/views/admin/background_jobs/_head.html.haml
- app/views/admin/system_info/show.html.haml 22 additions, 0 deletionsapp/views/admin/system_info/show.html.haml
- app/views/layouts/nav/_admin.html.haml 2 additions, 2 deletionsapp/views/layouts/nav/_admin.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- spec/features/admin/admin_system_info_spec.rb 17 additions, 0 deletionsspec/features/admin/admin_system_info_spec.rb
Loading
| Loading
| @@ -346,3 +346,6 @@ gem "paranoia", "~> 2.0" |
# Health check | ||
gem 'health_check', '~> 1.5.1' | ||
# System information | ||
gem 'vmstat', '~> 2.1.0' |
app/views/admin/system_info/show.html.haml
0 → 100644
-
mentioned in issue #8305 (closed)
-
mentioned in issue #12726 (closed)
Please register or sign in to comment