[Update] 更新组织管理api (#1986)

* [Update] 更新组织管理api

* [Update] 重写-组织管理员/用户API,采用through类

* [Update] 修改OrgMembershipSerializerMixin目录

* [Update] 修改组织管理API,限制http method

* [Update] 修改rpm依赖
This commit is contained in:
BaiJiangJie
2018-11-02 14:38:44 +08:00
committed by 老广
parent f87e08efff
commit 1e5387ef47
6 changed files with 165 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ function activeNav() {
if (app === ''){
$('#index').addClass('active');
}
else if (app === 'xpack') {
else if (app === 'xpack' && resource === 'cloud') {
var item = url_array[3];
$("#" + app).addClass('active');
$('#' + app + ' #' + resource).addClass('active');