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 Apr 28, 2024
1 parent 7ef3d7a commit 92f6759
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/frontend/src/css/bk-patch.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}

.bk-dialog {
top: unset;
top: unset !important;
display: inline-block;
margin: unset;
text-align: initial;
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 92f6759

Please sign in to comment.