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