forked from baron/baron-sso
i18n, adminfront, devfront: 'make code-check' 통과를 위한 번역 싱크 엔진 개선, 룰 오브 훅 정합성 교정 및 테스트 레이스 컨디션 해결
This commit is contained in:
@@ -70,17 +70,17 @@ type SignupRequest struct {
|
||||
// User Profile Models
|
||||
|
||||
type SystemPermissions struct {
|
||||
Overview bool `json:"overview"`
|
||||
Tenants bool `json:"tenants"`
|
||||
OrgChart bool `json:"org_chart"`
|
||||
Worksmobile bool `json:"worksmobile"`
|
||||
OrySSOT bool `json:"ory_ssot"`
|
||||
DataIntegrity bool `json:"data_integrity"`
|
||||
Users bool `json:"users"`
|
||||
PermissionsDirect bool `json:"permissions_direct"`
|
||||
AuthGuard bool `json:"auth_guard"`
|
||||
ApiKeys bool `json:"api_keys"`
|
||||
AuditLogs bool `json:"audit_logs"`
|
||||
Overview bool `json:"overview"`
|
||||
Tenants bool `json:"tenants"`
|
||||
OrgChart bool `json:"org_chart"`
|
||||
Worksmobile bool `json:"worksmobile"`
|
||||
OrySSOT bool `json:"ory_ssot"`
|
||||
DataIntegrity bool `json:"data_integrity"`
|
||||
Users bool `json:"users"`
|
||||
PermissionsDirect bool `json:"permissions_direct"`
|
||||
AuthGuard bool `json:"auth_guard"`
|
||||
ApiKeys bool `json:"api_keys"`
|
||||
AuditLogs bool `json:"audit_logs"`
|
||||
|
||||
ManageOverview bool `json:"manage_overview"`
|
||||
ManageTenants bool `json:"manage_tenants"`
|
||||
|
||||
Reference in New Issue
Block a user