Make the title of user roles tab

This commit is contained in:
Jason Denney
2013-05-16 22:41:00 -04:00
parent f34def2c09
commit bc1eeea16e
+3 -1
View File
@@ -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