BUG 6714 SOLVED.

- Counting issues solved.
- Departments, Groups, Roles and Authentication Sources improved
This commit is contained in:
Enrique Ponce De Leon
2011-04-12 11:51:56 -04:00
parent 092c7e3a39
commit 729cc04733
11 changed files with 64 additions and 27 deletions

View File

@@ -180,7 +180,7 @@ Ext.onReady(function(){
{header: _('ID_SERVER_NAME'), dataIndex: 'AUTH_SOURCE_SERVER_NAME', width: 180, hidden: false, align: 'center'},
{header: _('ID_PORT'), dataIndex: 'AUTH_SOURCE_PORT', width: 60, hidden: false, align: 'center'},
{header: _('ID_ENABLED_TLS'), dataIndex: 'AUTH_SOURCE_ENABLED_TLS', width: 90, hidden: false, align: 'center', renderer: show_enabled},
{header: _('ID_CURRENT_USERS'), dataIndex: 'CURRENT_USERS', width: 90, hidden: false, align: 'center'}
{header: _('ID_ACTIVE_USERS'), dataIndex: 'CURRENT_USERS', width: 90, hidden: false, align: 'center'}
]
});