Skip to content

Commit

Permalink
Enable assign of policy profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Nov 1, 2017
1 parent e70d187 commit 5a95a3b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Expand Up @@ -25,6 +25,11 @@ class ApplicationHelper::Toolbar::MiddlewareServerCenter < ApplicationHelper::To
t,
:enabled => "false",
:items => [
button(
:middleware_server_protect,
'pficon pficon-edit fa-lg',
N_('Manage Policies for this Middleware Server'),
N_('Manage Policies')),
button(
:middleware_server_tag,
'pficon pficon-edit fa-lg',
Expand Down
Expand Up @@ -9,6 +9,15 @@ class ApplicationHelper::Toolbar::MiddlewareServersCenter < ApplicationHelper::T
:enabled => false,
:onwhen => "1+",
:items => [
button(
:middleware_server_protect,
'pficon pficon-edit fa-lg',
N_('Manage Policies for these Middleware Servers'),
N_('Manage Policies'),
:url_parms => "main_div",
:send_checked => true,
:enabled => "false",
:onwhen => "1+"),
button(
:middleware_server_tag,
'pficon pficon-edit fa-lg',
Expand Down
2 changes: 2 additions & 0 deletions config/routes.rb
Expand Up @@ -1435,6 +1435,7 @@
jdbc_drivers
dr_download
dr_report_download
protect
) +
compare_get,
:post => %w(
Expand All @@ -1458,6 +1459,7 @@
tagging_edit
tag_edit_form_field_changed
dr_delete
protect
) +
adv_search_post +
compare_post +
Expand Down

0 comments on commit 5a95a3b

Please sign in to comment.