Skip to content

Commit

Permalink
Assign reload_server_tree button to its class
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Vecerek committed Feb 24, 2017
1 parent e87b26f commit 164ce76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class ApplicationHelper::Toolbar::DiagnosticsRegionCenter < ApplicationHelper::T
:reload_server_tree,
'fa fa-repeat fa-lg',
N_('Reload Current Display'),
nil),
nil,
:klass => ApplicationHelper::Button::ReloadServerTree),
])
button_group('ldap_domain_vmdb', [
select(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class ApplicationHelper::Toolbar::DiagnosticsZoneCenter < ApplicationHelper::Too
:reload_server_tree,
'fa fa-repeat fa-lg',
N_('Reload Current Display'),
nil),
nil,
:klass => ApplicationHelper::Button::ReloadServerTree),
])
button_group('ldap_domain_vmdb', [
select(
Expand Down

0 comments on commit 164ce76

Please sign in to comment.