Skip to content

Commit

Permalink
fixed: Filtering parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen authored and BaiJiangJie committed Jul 31, 2024
1 parent cdac718 commit 66f57af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/settings/Applet/AppletHost/AppletHostList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
return {
tableConfig: {
url: '/api/v1/terminal/applet-hosts/',
columnsExclude: ['info'],
columnsExclude: ['info', 'auto_config', 'gathered_info', 'deploy_options'],
columnsShow: {
min: ['name', 'actions'],
default: [
Expand Down

0 comments on commit 66f57af

Please sign in to comment.