Skip to content

Commit

Permalink
Merge pull request #3625 from skateman/physical-server-rbac-quad
Browse files Browse the repository at this point in the history
Respect RBAC rules for physical server quadicon settings
  • Loading branch information
mzazrivec committed Mar 15, 2018
2 parents 2c2c9f7 + a49ce99 commit e36308c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/configuration/_ui_1.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[role_allows?(:feature => "host_show_list"), _("Host"), "host"],
[role_allows?(:feature => "storage_show_list"), _("Datastores"), "storage"],
[true, _("VM"), "vm"],
[true, _("Physical Server"), "physical_server"],
[role_allows?(:feature => "physical_server_show_list"), _("Physical Server"), "physical_server"],
[true, _("Template"), "miq_template"]].each do |icons_checkbox|
- if icons_checkbox[0]
.form-group
Expand Down

0 comments on commit e36308c

Please sign in to comment.