[Update] 修改用户详情页面 (#3555)

* [Update] 用户详情添加远程应用授权页面

* [Update] 用户详情添加授权的远程应用页面

* [Update] 用户详情添加授权的数据库应用页面

* [Update] 用户详情添加数据库应用授权页面

* [Update] 修改用户详情nav的active属性设置

* [Update] 修改用户详情页面导航

* [Update] 抽象用户详情页面

* [Update] 修改用户详情页面

* [Update] 修改用户详情页面nav header
This commit is contained in:
BaiJiangJie
2019-12-20 15:55:59 +08:00
committed by GitHub
parent b365ba7982
commit 829e1f4cac
31 changed files with 1126 additions and 433 deletions

View File

@@ -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');
}
}