mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 15:28:38 +00:00
merge: into dev from v4
This commit is contained in:
@@ -4,7 +4,7 @@ from django.utils.translation import gettext_lazy as _
|
||||
|
||||
class RBACConfig(AppConfig):
|
||||
name = 'rbac'
|
||||
verbose_name = _('RBAC')
|
||||
verbose_name = _('App RBAC')
|
||||
|
||||
def ready(self):
|
||||
from . import signal_handlers # noqa
|
||||
|
@@ -52,7 +52,7 @@ extra_nodes_data = [
|
||||
{"id": "push_account_node", "name": _("Push account"), "pId": "accounts"},
|
||||
{"id": "asset_change_plan_node", "name": _("Asset change auth"), "pId": "accounts"},
|
||||
{"id": "terminal_node", "name": _("Terminal setting"), "pId": "view_setting"},
|
||||
{'id': "task_center", "name": _("Task Center"), "pId": "view_console"},
|
||||
{'id': "task_center", "name": _("Job center"), "pId": "view_console"},
|
||||
{'id': "my_assets", "name": _("My assets"), "pId": "view_workbench"},
|
||||
{'id': "operation_center", "name": _('App ops'), "pId": "view_workbench"},
|
||||
{'id': "remote_application", "name": _("Applet"), "pId": "view_setting"},
|
||||
|
Reference in New Issue
Block a user