summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-11-04 09:24:13 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2015-11-04 09:24:13 -0500
commit56ce3bc99735fe7ef7d4bf5f783c3d6f01a3a878 (patch)
treefbbe5f16ab4f7732648a9bc51828f42039ceddd4 /web/react/components/admin_console
parent8a3d2a7351afcef6b697bb79acbc36ed183078ce (diff)
parenta0a3227345c0b02cdef9d230efa3c0f416a26855 (diff)
downloadchat-56ce3bc99735fe7ef7d4bf5f783c3d6f01a3a878.tar.gz
chat-56ce3bc99735fe7ef7d4bf5f783c3d6f01a3a878.tar.bz2
chat-56ce3bc99735fe7ef7d4bf5f783c3d6f01a3a878.zip
Merge pull request #1288 from asaadmahmoodspin/plt-945
UI Improvements for multiple tickets
Diffstat (limited to 'web/react/components/admin_console')
-rw-r--r--web/react/components/admin_console/team_users.jsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/react/components/admin_console/team_users.jsx b/web/react/components/admin_console/team_users.jsx
index b44aba56e..7161139e6 100644
--- a/web/react/components/admin_console/team_users.jsx
+++ b/web/react/components/admin_console/team_users.jsx
@@ -147,9 +147,11 @@ export default class UserList extends React.Component {
className='form-horizontal'
role='form'
>
- <div className='member-list-holder'>
- {memberList}
- </div>
+ <table className='table more-table member-list-holder'>
+ <tbody>
+ {memberList}
+ </tbody>
+ </table>
</form>
<ResetPasswordModal
user={this.state.user}