summaryrefslogtreecommitdiffstats
path: root/web/react/components/access_history_modal.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-02-04 10:35:31 -0500
committerJoramWilander <jwawilander@gmail.com>2016-02-04 13:35:43 -0500
commit66a5bdba2e622dc542d1add3acd50a5f2549335a (patch)
treed0c7f91c965ce877977628212b508bb6640dbf7a /web/react/components/access_history_modal.jsx
parenta3df1eaa5520b5aab871464d767f1f56b84b6158 (diff)
downloadchat-66a5bdba2e622dc542d1add3acd50a5f2549335a.tar.gz
chat-66a5bdba2e622dc542d1add3acd50a5f2549335a.tar.bz2
chat-66a5bdba2e622dc542d1add3acd50a5f2549335a.zip
Convert audit_table to a proper table
Diffstat (limited to 'web/react/components/access_history_modal.jsx')
-rw-r--r--web/react/components/access_history_modal.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/access_history_modal.jsx b/web/react/components/access_history_modal.jsx
index 98b1d7cc1..af4d3fb0f 100644
--- a/web/react/components/access_history_modal.jsx
+++ b/web/react/components/access_history_modal.jsx
@@ -73,7 +73,8 @@ class AccessHistoryModal extends React.Component {
content = (
<AuditTable
audits={this.state.audits}
- moreInfo={this.state.moreInfo}
+ showIp={true}
+ showSession={true}
/>
);
}