Skip to content

Commit

Permalink
fix: IP白名单列表查询没有生效范围匹配选项 TencentBlueKing#2872
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed May 6, 2024
1 parent 7a929dd commit 1488bc8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/frontend/src/components/system-log/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,11 @@
}
.bk-dialog-body {
padding: 0;
padding: 0 !important;
}
.bk-dialog-footer {
display: none
}
}
Expand Down
14 changes: 14 additions & 0 deletions src/frontend/src/views/white-ip/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,20 @@
id: 'ipStr',
default: true,
},
{
name: I18n.t('whiteIP.生效范围.colHead'),
id: 'actionScopeStr',
children: [
{
id: 'SCRIPT_EXECUTE',
name: I18n.t('脚本执行'),
},
{
id: 'FILE_DISTRIBUTIO',
name: I18n.t('文件分发'),
},
]
},
{
name: I18n.t('whiteIP.目标业务.colHead'),
id: 'appIdStr',
Expand Down

0 comments on commit 1488bc8

Please sign in to comment.