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 29, 2024
1 parent 92f6759 commit 5e25034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"postcss-url": "10.1.3",
"speed-measure-webpack-plugin": "1.5.0",
"style-loader": "4.0.0",
"stylelint": "16.3.1",
"stylelint-config-standard": "36.0.0",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.2.1",
"stylelint-webpack-plugin": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/src/views/white-ip/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@
id: 'actionScopeStr',
children: [
{
id: 'SCRIPT_EXECUTE',
id: '1',
name: I18n.t('脚本执行'),
},
{
id: 'FILE_DISTRIBUTIO',
id: '2',
name: I18n.t('文件分发'),
},
]
Expand Down

0 comments on commit 5e25034

Please sign in to comment.