Browse Source

Make the title of user roles tab

eperez-timeinput
Jason Denney 11 years ago
parent
commit
bc1eeea16e
  1. 4
      app/components/app_tab_panel.rb

4
app/components/app_tab_panel.rb

@ -37,7 +37,9 @@ class AppTabPanel < Netzke::Basepack::TabPanel
wrappedComponent: :transactions_border,
title: "Transactions"},
:logs,
:user_role_joins
{ layout: :fit,
wrappedComponent: :user_role_joins,
title: "User Roles"}
]
end

Loading…
Cancel
Save