Merge pull request #4161 from jumpserver/pr@dev@applet

perf: Applet rbac
This commit is contained in:
feng626
2024-07-02 11:25:58 +08:00
committed by GitHub

View File

@@ -37,7 +37,8 @@ export default {
},
{
'title': this.$t('AppletHosts'),
'name': 'AppletHosts'
'name': 'AppletHosts',
hidden: !this.$hasPerm('terminal.view_appletpublication')
}
],
hasRightSide: true,