mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
use name instead of email
at group/device/admin-log page
This commit is contained in:
@@ -21,7 +21,9 @@ define([
|
||||
},
|
||||
|
||||
render: function() {
|
||||
var data = {'email': this.model.get('email')},
|
||||
var data = {'email': this.model.get('email'),
|
||||
'name': this.model.get('name')
|
||||
},
|
||||
created_at = Moment(this.model.get('datetime'));
|
||||
|
||||
data['time'] = created_at.format('LLLL');
|
||||
|
Reference in New Issue
Block a user