mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
multi storage backend
1. add multi storage backend support 2. add 'storage_ids' user role
This commit is contained in:
@@ -49,7 +49,8 @@ define([
|
||||
passwd1: $('input[name=passwd]', this.$el).val(),
|
||||
passwd2: $('input[name=passwd_again]', this.$el).val(),
|
||||
passwd: $('input[name=passwd]', this.$el).val(),
|
||||
library_template: $('[name="library_template"]', this.$el).val()
|
||||
library_template: $('[name="library_template"]', this.$el).val(),
|
||||
storage_id: $('[name="storage"]', this.$el).val()
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user