New commit detected on ManageIQ/manageiq-ui-classic/fine: https://github.com/ManageIQ/manageiq-ui-classic/commit/10be54bc8b9ec852e7162b7c9a4c17d62a62e3b8 commit 10be54bc8b9ec852e7162b7c9a4c17d62a62e3b8 Author: Martin Povolny <mpovolny> AuthorDate: Wed May 10 21:29:44 2017 +0200 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jun 8 10:04:00 2017 -0400 Merge pull request #1204 from yaacov/make-containers-navlist Make containers view navlist (cherry picked from commit 70aec6d45b200a44f7c81bb7357cb916c7290aff) https://bugzilla.redhat.com/show_bug.cgi?id=1458934 https://bugzilla.redhat.com/show_bug.cgi?id=1458935 .../application_controller/ci_processing.rb | 2 +- .../application_controller/policy_support.rb | 2 +- app/controllers/container_controller.rb | 286 --------------------- app/controllers/mixins/sandbox.rb | 2 - app/helpers/application_helper.rb | 7 +- app/helpers/application_helper/toolbar_chooser.rb | 1 + app/presenters/menu/default_menu.rb | 2 +- app/presenters/tree_builder.rb | 4 - app/presenters/tree_builder_containers.rb | 46 ---- app/presenters/tree_builder_containers_filter.rb | 39 --- app/views/configuration/_ui_2.html.haml | 3 +- app/views/container/_container_show.html.haml | 1 - app/views/container/_explorer.js.haml | 2 - app/views/container/explorer.html.haml | 14 - app/views/container/show.html.haml | 8 + app/views/container/show_list.html.haml | 2 + app/views/layouts/listnav/_container.html.haml | 35 +++ config/routes.rb | 7 +- spec/controllers/container_controller_spec.rb | 165 ++++-------- spec/presenters/tree_builder_containers_spec.rb | 41 --- 20 files changed, 106 insertions(+), 563 deletions(-) delete mode 100644 app/presenters/tree_builder_containers.rb delete mode 100644 app/presenters/tree_builder_containers_filter.rb delete mode 100644 app/views/container/_container_show.html.haml delete mode 100644 app/views/container/_explorer.js.haml delete mode 100644 app/views/container/explorer.html.haml create mode 100644 app/views/container/show.html.haml create mode 100644 app/views/container/show_list.html.haml create mode 100644 app/views/layouts/listnav/_container.html.haml delete mode 100644 spec/presenters/tree_builder_containers_spec.rb
backported upstream https://github.com/ManageIQ/manageiq-ui-classic/pull/1204
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1758