Skip to content

Commit

Permalink
Merge pull request jumpserver#4161 from jumpserver/pr@dev@applet
Browse files Browse the repository at this point in the history
perf: Applet rbac
  • Loading branch information
feng626 authored Jul 2, 2024
2 parents 3d86e75 + 9849c0e commit 4ab7883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/settings/Applet/Applet/AppletDetail/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default {
},
{
'title': this.$t('AppletHosts'),
'name': 'AppletHosts'
'name': 'AppletHosts',
hidden: !this.$hasPerm('terminal.view_appletpublication')
}
],
hasRightSide: true,
Expand Down

0 comments on commit 4ab7883

Please sign in to comment.