Implemented issue #552 - Add organization to overview in manage users (admin interface).

This commit is contained in:
Martin Edenhofer 2016-12-16 12:15:28 +01:00
parent 4ed6e67096
commit f8c4ec3fbb
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ class Index extends App.ControllerSubContent
display: 'Action'
className: 'actionCell'
translation: true
width: '222px'
width: '200px'
header.push attribute
header

View file

@ -21,7 +21,7 @@ class App.User extends App.Model
]
@configure_overview = [
# 'login', 'firstname', 'lastname', 'email', 'updated_at',
'login', 'firstname', 'lastname',
'login', 'firstname', 'lastname', 'organization'
]
uiUrl: ->