mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
added group side nav
This commit is contained in:
@@ -110,6 +110,7 @@ define([
|
||||
case 'repo_set_password': return siteRoot + 'repo/set_password/';
|
||||
|
||||
case 'group_repos': return siteRoot + 'api2/groups/' + options.group_id + '/repos/';
|
||||
case 'group_basic_info': return siteRoot + 'ajax/group/' + options.group_id + '/basic_info/';
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user