Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ManageIQ/manageiq-ui-classic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f2a918b5376f48262fd98a84f9335c342159717
Choose a base ref
..
head repository: ManageIQ/manageiq-ui-classic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ac93a901f93ccfc6248c8dd5b0f4c28466fc714
Choose a head ref
Showing with 820 additions and 3,672 deletions.
  1. BIN app/assets/images/100/piecharts/compare/0.png
  2. BIN app/assets/images/100/piecharts/compare/1.png
  3. BIN app/assets/images/100/piecharts/compare/10.png
  4. BIN app/assets/images/100/piecharts/compare/11.png
  5. BIN app/assets/images/100/piecharts/compare/12.png
  6. BIN app/assets/images/100/piecharts/compare/13.png
  7. BIN app/assets/images/100/piecharts/compare/14.png
  8. BIN app/assets/images/100/piecharts/compare/15.png
  9. BIN app/assets/images/100/piecharts/compare/16.png
  10. BIN app/assets/images/100/piecharts/compare/17.png
  11. BIN app/assets/images/100/piecharts/compare/18.png
  12. BIN app/assets/images/100/piecharts/compare/19.png
  13. BIN app/assets/images/100/piecharts/compare/2.png
  14. BIN app/assets/images/100/piecharts/compare/20.png
  15. BIN app/assets/images/100/piecharts/compare/3.png
  16. BIN app/assets/images/100/piecharts/compare/4.png
  17. BIN app/assets/images/100/piecharts/compare/5.png
  18. BIN app/assets/images/100/piecharts/compare/6.png
  19. BIN app/assets/images/100/piecharts/compare/7.png
  20. BIN app/assets/images/100/piecharts/compare/8.png
  21. BIN app/assets/images/100/piecharts/compare/9.png
  22. BIN app/assets/images/100/piecharts/datastore/0.png
  23. BIN app/assets/images/100/piecharts/datastore/1.png
  24. BIN app/assets/images/100/piecharts/datastore/10.png
  25. BIN app/assets/images/100/piecharts/datastore/11.png
  26. BIN app/assets/images/100/piecharts/datastore/12.png
  27. BIN app/assets/images/100/piecharts/datastore/13.png
  28. BIN app/assets/images/100/piecharts/datastore/14.png
  29. BIN app/assets/images/100/piecharts/datastore/15.png
  30. BIN app/assets/images/100/piecharts/datastore/16.png
  31. BIN app/assets/images/100/piecharts/datastore/17.png
  32. BIN app/assets/images/100/piecharts/datastore/18.png
  33. BIN app/assets/images/100/piecharts/datastore/19.png
  34. BIN app/assets/images/100/piecharts/datastore/2.png
  35. BIN app/assets/images/100/piecharts/datastore/20.png
  36. BIN app/assets/images/100/piecharts/datastore/3.png
  37. BIN app/assets/images/100/piecharts/datastore/4.png
  38. BIN app/assets/images/100/piecharts/datastore/5.png
  39. BIN app/assets/images/100/piecharts/datastore/6.png
  40. BIN app/assets/images/100/piecharts/datastore/7.png
  41. BIN app/assets/images/100/piecharts/datastore/8.png
  42. BIN app/assets/images/100/piecharts/datastore/9.png
  43. BIN app/assets/images/16/sort_down.png
  44. BIN app/assets/images/16/sort_up.png
  45. +1 −0 app/assets/images/svg/vendor-gluster.svg
  46. +0 −11 app/assets/javascripts/miq_application.js
  47. +0 −7 app/assets/javascripts/miq_tree.js
  48. +3 −3 app/assets/javascripts/services/alerts_center_service.js
  49. +1 −0 app/assets/stylesheets/application.css
  50. +6 −20 app/assets/stylesheets/icon_customizations.scss
  51. +8 −0 app/assets/stylesheets/patternfly_overrides.scss
  52. +0 −111 app/assets/stylesheets/pdf/_summary.scss
  53. +0 −6 app/assets/stylesheets/pdf_summary.css
  54. +1 −0 app/assets/stylesheets/physical_infra_topology.scss
  55. +45 −0 app/assets/stylesheets/piecharts.scss
  56. +205 −0 app/assets/stylesheets/print.scss
  57. +2 −2 app/controllers/application_controller.rb
  58. +1 −3 app/controllers/application_controller/compare.rb
  59. +3 −3 app/controllers/application_controller/current_user.rb
  60. +0 −2 app/controllers/application_controller/filter.rb
  61. +15 −7 app/controllers/application_controller/report_downloads.rb
  62. +1 −1 app/controllers/chargeback_controller.rb
  63. +7 −7 app/controllers/configuration_controller.rb
  64. +2 −0 app/controllers/container_node_controller.rb
  65. +9 −86 app/controllers/miq_ae_customization_controller.rb
  66. +0 −1,351 app/controllers/miq_ae_customization_controller/dialogs.rb
  67. +4 −2 app/controllers/miq_request_controller.rb
  68. +0 −1 app/controllers/mixins/sandbox.rb
  69. +1 −0 app/controllers/ops_controller/settings/common.rb
  70. +1 −1 app/controllers/physical_infra_topology_controller.rb
  71. +1 −1 app/controllers/report_controller.rb
  72. +3 −3 app/controllers/report_controller/menus.rb
  73. +1 −1 app/controllers/report_controller/saved_reports.rb
  74. +4 −3 app/controllers/vm_common.rb
  75. +2 −0 app/controllers/vm_remote.rb
  76. +1 −1 app/decorators/container_service_decorator.rb
  77. +1 −1 app/decorators/generic_object_definition_decorator.rb
  78. +2 −6 app/decorators/registry_item_decorator.rb
  79. +27 −10 app/decorators/storage_decorator.rb
  80. +3 −2 app/helpers/application_helper.rb
  81. +0 −13 app/helpers/application_helper/button/dialog.rb
  82. +0 −5 app/helpers/application_helper/button/dialog_add_box.rb
  83. +0 −5 app/helpers/application_helper/button/dialog_add_element.rb
  84. +0 −5 app/helpers/application_helper/button/dialog_add_tab.rb
  85. +0 −5 app/helpers/application_helper/button/dialog_res_discard.rb
  86. +0 −5 app/helpers/application_helper/button/dialog_resource_remove.rb
  87. +4 −3 app/helpers/application_helper/button/ems_network.rb
  88. +1 −1 app/helpers/application_helper/button/miq_request_delete.rb
  89. +0 −14 app/helpers/application_helper/dialogs.rb
  90. +0 −5 app/helpers/application_helper/import_export_helper.rb
  91. +5 −4 app/helpers/application_helper/toolbar/dashboard_summary_toggle_view.rb
  92. +0 −54 app/helpers/application_helper/toolbar/dialog_center.rb
  93. +5 −4 app/helpers/application_helper/toolbar/summary_view.rb
  94. +5 −4 app/helpers/application_helper/toolbar/x_summary_view.rb
  95. +1 −1 app/helpers/container_summary_helper.rb
  96. +1 −1 app/helpers/ems_physical_infra_helper/textual_summary.rb
  97. +5 −0 app/helpers/hide_partial_helper.rb
  98. +2 −3 app/helpers/host_helper/textual_summary.rb
  99. +3 −1 app/helpers/physical_server_helper/textual_summary.rb
  100. +3 −1 app/helpers/physical_switch_helper/textual_summary.rb
  101. +21 −26 app/helpers/quadicon_helper.rb
  102. +19 −6 app/helpers/textual_mixins/textual_power_state.rb
  103. +4 −0 app/helpers/vm_cloud_helper/textual_summary.rb
  104. +4 −0 app/helpers/vm_helper/textual_summary.rb
  105. +47 −0 app/javascript/components/vm-snapshot-form-component.jsx
  106. +2 −1 app/javascript/packs/component-definitions-common.js
  107. +1 −1 app/presenters/tree_builder_automate_simulation_results.rb
  108. +2 −2 app/presenters/tree_builder_report_saved_reports.rb
  109. +0 −2 app/presenters/tree_node/node.rb
  110. +6 −7 app/presenters/widget_presenter.rb
  111. +6 −3 app/services/physical_infra_topology_service.rb
  112. +1 −1 app/services/ui_service_mixin.rb
  113. +2 −2 app/views/catalog/_confirmation_modal.html.haml
  114. +1 −1 app/views/cloud_topology/show.html.haml
  115. +1 −1 app/views/container_topology/show.html.haml
  116. +1 −1 app/views/infra_topology/show.html.haml
  117. +1 −1 app/views/layouts/_adv_search_body.html.haml
  118. +1 −1 app/views/layouts/_adv_search_footer.html.haml
  119. +2 −2 app/views/layouts/_tabs.html.haml
  120. +4 −0 app/views/layouts/listnav/_ems_physical_infra.html.haml
  121. +32 −0 app/views/layouts/print.html.haml
  122. +9 −0 app/views/layouts/print/report.html.haml
  123. +0 −3 app/views/layouts/{show_pdf.html.haml → print/textual_summary.html.haml}
  124. +14 −17 app/views/miq_ae_customization/_dialog_details.html.haml
  125. +0 −18 app/views/miq_ae_customization/_dialog_edit_tree.html.haml
  126. +0 −109 app/views/miq_ae_customization/_dialog_field_form.html.haml
  127. +0 −113 app/views/miq_ae_customization/_dialog_field_form_dynamic_options.html.haml
  128. +0 −204 app/views/miq_ae_customization/_dialog_field_form_non_dynamic_options.html.haml
  129. +0 −59 app/views/miq_ae_customization/_dialog_field_form_overridable_dynamic_options.html.haml
  130. +0 −22 app/views/miq_ae_customization/_dialog_form.html.haml
  131. +0 −23 app/views/miq_ae_customization/_dialog_group_form.html.haml
  132. +1 −1 app/views/miq_ae_customization/_dialog_import_export.html.haml
  133. +0 −34 app/views/miq_ae_customization/_dialog_info_form.html.haml
  134. +0 −14 app/views/miq_ae_customization/_dialog_res_remove.html.haml
  135. +0 −15 app/views/miq_ae_customization/_dialog_resource.html.haml
  136. +0 −25 app/views/miq_ae_customization/_dialog_resources.html.haml
  137. +0 −21 app/views/miq_ae_customization/_dialog_tab_form.html.haml
  138. +0 −81 app/views/miq_ae_customization/_field_value_entry.html.haml
  139. +0 −24 app/views/miq_ae_customization/_field_values.html.haml
  140. +1 −1 app/views/miq_request/_pre_prov.html.haml
  141. +1 −1 app/views/miq_request/_prov_configured_system_grid.html.haml
  142. +1 −1 app/views/miq_request/_prov_ds_grid.html.haml
  143. +1 −1 app/views/miq_request/_prov_host_grid.html.haml
  144. +1 −1 app/views/miq_request/_prov_iso_img_grid.html.haml
  145. +1 −1 app/views/miq_request/_prov_pxe_img_grid.html.haml
  146. +1 −1 app/views/miq_request/_prov_template_grid.html.haml
  147. +1 −1 app/views/miq_request/_prov_vc_grid.html.haml
  148. +1 −1 app/views/miq_request/_prov_vm_grid.html.haml
  149. +1 −1 app/views/miq_request/_prov_windows_image_grid.html.haml
  150. +1 −1 app/views/network_topology/show.html.haml
  151. +5 −1 app/views/physical_infra_topology/show.html.haml
  152. +1 −1 app/views/report/_export_widgets.html.haml
  153. +13 −13 app/views/shared/views/_alerts_list.html.haml
  154. +3 −3 app/views/shared/views/_show_alerts_overview.html.haml
  155. +10 −10 app/views/static/deploy_containers_provider/deploy-provider-details-existing-vms.html.haml
  156. +10 −10 app/views/static/deploy_containers_provider/deploy-provider-details-no-provider.html.haml
  157. +6 −6 app/views/static/notification_drawer/notification-body.html.haml
  158. +2 −2 app/views/static/wizard.html.haml
  159. +8 −40 app/views/vm_common/_snap.html.haml
  160. +2 −0 config/initializers/assets.rb
  161. +0 −8 config/routes.rb
  162. +2 −2 manageiq-ui-classic.gemspec
  163. +5 −2 package.json
  164. +2 −3 spec/controllers/ansible_credential_controller_spec.rb
  165. +1 −1 spec/controllers/ansible_playbook_controller_spec.rb
  166. +2 −3 spec/controllers/ansible_repository_controller_spec.rb
  167. +1 −1 spec/controllers/application_controller/filter/expression_spec.rb
  168. +2 −2 spec/controllers/application_controller/report_downloads_spec.rb
  169. +2 −3 spec/controllers/automation_manager_controller_spec.rb
  170. +0 −3 spec/controllers/cloud_network_controller_spec.rb
  171. +0 −2 spec/controllers/cloud_subnet_controller_spec.rb
  172. +1 −1 spec/controllers/cloud_tenant_controller_spec.rb
  173. +0 −2 spec/controllers/cloud_volume_controller_spec.rb
  174. +1 −1 spec/controllers/configuration_controller_spec.rb
  175. +8 −11 spec/controllers/ems_block_storage_controller_spec.rb
  176. +1 −1 spec/controllers/ems_cloud_controller_spec.rb
  177. +1 −1 spec/controllers/ems_cluster_controller_spec.rb
  178. +10 −21 spec/controllers/ems_infra_controller_spec.rb
  179. +2 −0 spec/controllers/ems_object_storage_controller_spec.rb
  180. +1 −1 spec/controllers/ems_physical_infra_controller_spec.rb
  181. +0 −3 spec/controllers/ems_storage_controller_spec.rb
  182. +0 −1 spec/controllers/floating_ip_controller_spec.rb
  183. +1 −1 spec/controllers/generic_object_controller_spec.rb
  184. +2 −2 spec/controllers/generic_object_definition_controller_spec.rb
  185. +1 −1 spec/controllers/host_controller_spec.rb
  186. +1 −1 spec/controllers/infra_networking_controller_spec.rb
  187. +0 −427 spec/controllers/miq_ae_customization_controller/dialogs_spec.rb
  188. +1 −47 spec/controllers/miq_ae_customization_controller_spec.rb
  189. +2 −8 spec/controllers/miq_report_controller/trees_spec.rb
  190. +1 −1 spec/controllers/miq_request_controller_spec.rb
  191. +16 −21 spec/controllers/network_router_controller_spec.rb
  192. +0 −1 spec/controllers/ops_controller/ops_rbac_spec.rb
  193. +21 −0 spec/controllers/ops_controller/settings/common_spec.rb
  194. +6 −17 spec/controllers/ops_controller_spec.rb
  195. +2 −2 spec/controllers/physical_switch_controller_spec.rb
  196. +4 −4 spec/controllers/provider_foreman_controller_spec.rb
  197. +0 −1 spec/controllers/report_controller/schedules_spec.rb
  198. +1 −1 spec/controllers/report_controller/widget_spec.rb
  199. +1 −1 spec/controllers/resource_pool_controller_spec.rb
  200. +1 −0 spec/helpers/application_helper/buttons/condition_policy_spec.rb
  201. +1 −0 spec/helpers/application_helper/buttons/condition_spec.rb
  202. +0 −32 spec/helpers/application_helper/buttons/dialog_add_box_spec.rb
  203. +0 −32 spec/helpers/application_helper/buttons/dialog_add_element_spec.rb
  204. +0 −28 spec/helpers/application_helper/buttons/dialog_add_tab_spec.rb
  205. +0 −22 spec/helpers/application_helper/buttons/dialog_res_discard_spec.rb
  206. +0 −33 spec/helpers/application_helper/buttons/dialog_resource_remove_spec.rb
  207. +0 −13 spec/helpers/application_helper/buttons/dialog_spec.rb
  208. +1 −1 spec/helpers/application_helper/buttons/miq_request_delete_spec.rb
  209. +0 −53 spec/helpers/application_helper/dialogs_spec.rb
  210. +0 −18 spec/helpers/application_helper/import_export_helper_spec.rb
  211. +2 −2 spec/helpers/application_helper/toolbar/ems_networks_center_spec.rb
  212. +2 −2 spec/helpers/application_helper/views_shared_spec.rb
  213. +1 −1 spec/helpers/application_helper_spec.rb
  214. +6 −0 spec/helpers/hide_partial_helper_spec.rb
  215. +0 −16 spec/javascripts/miq_application_spec.js
  216. +1 −1 spec/presenters/tree_builder_automate_simulation_results_spec.rb
  217. +2 −1 spec/presenters/tree_builder_ops_rbac_spec.rb
  218. +0 −8 spec/routing/miq_ae_customization_routing_spec.rb
  219. +4 −4 spec/shared/controllers/shared_examples_for_cloud_network_controller.rb
  220. +4 −4 spec/shared/controllers/shared_examples_for_cloud_subnet_controller.rb
  221. +8 −4 spec/shared/controllers/shared_examples_for_ems_block_storage_controller.rb
  222. +4 −4 spec/shared/controllers/shared_examples_for_ems_network_controller.rb
  223. +8 −4 spec/shared/controllers/shared_examples_for_ems_object_storage_controller.rb
  224. +4 −4 spec/shared/controllers/shared_examples_for_ems_storage_controller.rb
  225. +4 −4 spec/shared/controllers/shared_examples_for_floating_ip_controller.rb
  226. +4 −4 spec/shared/controllers/shared_examples_for_load_balancer_controller.rb
  227. +4 −4 spec/shared/controllers/shared_examples_for_network_port_controller.rb
  228. +4 −4 spec/shared/controllers/shared_examples_for_network_router_controller.rb
  229. +4 −4 spec/shared/controllers/shared_examples_for_security_group_controller.rb
  230. +0 −15 spec/views/miq_ae_customization/_dialog_res_remove.html.haml_spec.rb
  231. +0 −17 spec/views/miq_ae_customization/_dialog_resource.html.haml_spec.rb
Binary file removed app/assets/images/100/piecharts/compare/0.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/1.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/10.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/11.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/12.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/13.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/14.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/15.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/16.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/17.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/18.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/19.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/2.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/20.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/3.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/4.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/5.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/6.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/7.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/8.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/compare/9.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/datastore/0.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/datastore/1.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/datastore/10.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/datastore/11.png
Binary file not shown.
Binary file removed app/assets/images/100/piecharts/datastore/12.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/13.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/14.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/15.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/16.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/17.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/18.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/19.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/2.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/20.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/3.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/4.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/5.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/6.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/7.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/8.png
Diff not rendered.
Binary file removed app/assets/images/100/piecharts/datastore/9.png
Diff not rendered.
Binary file removed app/assets/images/16/sort_down.png
Diff not rendered.
Binary file removed app/assets/images/16/sort_up.png
Diff not rendered.
Loading