mirror of https://github.com/jumpserver/jumpserver
fix: Virtualapp rbac config
parent
96c1f689c0
commit
dd84ca8f85
|
@ -130,6 +130,9 @@ special_setting_pid_mapper = {
|
|||
'terminal.applethost': 'remote_app',
|
||||
'terminal.appletpublication': 'remote_app',
|
||||
'terminal.applethostdeployment': 'remote_app',
|
||||
"terminal.virtualapp": "remote_app",
|
||||
"terminal.virtualapppublication": "remote_app",
|
||||
"terminal.appprovider": "remote_app",
|
||||
"settings.change_terminal": "components",
|
||||
"terminal.terminal": "components",
|
||||
"terminal.endpoint": "components",
|
||||
|
|
|
@ -20,6 +20,7 @@ class AppProvider(JMSBaseModel):
|
|||
|
||||
class Meta:
|
||||
ordering = ('-date_created',)
|
||||
verbose_name = _('App Provider')
|
||||
|
||||
@property
|
||||
def load(self):
|
||||
|
|
Loading…
Reference in New Issue