mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 17:30:30 +00:00
[Update] 更新组织管理api (#1986)
* [Update] 更新组织管理api * [Update] 重写-组织管理员/用户API,采用through类 * [Update] 修改OrgMembershipSerializerMixin目录 * [Update] 修改组织管理API,限制http method * [Update] 修改rpm依赖
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user