mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 09:51:00 +00:00
[Update] 修改用户详情页面 (#3555)
* [Update] 用户详情添加远程应用授权页面 * [Update] 用户详情添加授权的远程应用页面 * [Update] 用户详情添加授权的数据库应用页面 * [Update] 用户详情添加数据库应用授权页面 * [Update] 修改用户详情nav的active属性设置 * [Update] 修改用户详情页面导航 * [Update] 抽象用户详情页面 * [Update] 修改用户详情页面 * [Update] 修改用户详情页面nav header
This commit is contained in:
@@ -158,7 +158,7 @@ function activeNav(prefix) {
|
||||
} else {
|
||||
$("#" + app).addClass('active');
|
||||
$('#' + app + ' #' + resource).addClass('active');
|
||||
$('#' + app + ' #' + resource.replaceAll('-', '_')).addClass('active');
|
||||
$('#' + app + ' #' + resource.replace(/-/g, '_')).addClass('active');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user