1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

[admin-api] update sysinfo.js & add admin info test

This commit is contained in:
lian
2016-03-18 16:27:45 +08:00
parent bcc4e42142
commit b3911c5081
3 changed files with 33 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ define([
'underscore',
'backbone',
'common',
'sysadmin-app/models/SysInfo'
'sysadmin-app/models/sysinfo'
], function($, _, Backbone, Common, SysInfo) {
'use strict';