1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

new admin libraries page

This commit is contained in:
lian
2016-05-25 10:45:22 +08:00
parent 37f6648a12
commit 72f4297934
32 changed files with 1880 additions and 65 deletions

View File

@@ -11,7 +11,7 @@ define([
var DeviceView = HLItemView.extend({
tagName: 'tr',
template: _.template($('#admin-device-item-tmpl').html()),
template: _.template($('#device-item-tmpl').html()),
events: {
'click .unlink-device': 'unlinkDevice'