mirror of https://github.com/zulip/zulip.git
Clean up time display on the Activity page.
(imported from commit fc1d0cad1ed8a70ddf34c29633569ed473430fc8)
This commit is contained in:
parent
c214691a1e
commit
0c74d55d6b
|
@ -257,6 +257,8 @@ def ad_hoc_queries():
|
|||
for i, col in enumerate(cols):
|
||||
if col == 'Domain':
|
||||
fix_rows(i, realm_activity_link)
|
||||
elif col in ['Last time', 'Last visit']:
|
||||
fix_rows(i, format_date_for_activity_reports)
|
||||
|
||||
content = make_table(title, cols, rows)
|
||||
|
||||
|
|
Loading…
Reference in New Issue