mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
add admin role/log feature
This commit is contained in:
11
static/scripts/sysadmin-app/models/admin-login-log.js
Normal file
11
static/scripts/sysadmin-app/models/admin-login-log.js
Normal file
@@ -0,0 +1,11 @@
|
||||
define([
|
||||
'underscore',
|
||||
'backbone',
|
||||
'common'
|
||||
], function(_, Backbone, Common) {
|
||||
'use strict';
|
||||
|
||||
var AdminLoginLogModel = Backbone.Model.extend({});
|
||||
|
||||
return AdminLoginLogModel;
|
||||
});
|
Reference in New Issue
Block a user