mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
fix(console): migrate from tslint to eslint, project delete from table (#2490)
* es lint * modify tsconfig, auto lint some stuff * lint * lint * lint * lint * html ts lint * lint * lint, tsconfig * fix project delete, state table * eslint config, remove cnslHint directive * mfa selector, info row fixes * lint * fix login policy, granted orgs table state, lint Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -1043,6 +1043,11 @@
|
||||
"GRANTEDORG":"Berechtigte Organisation",
|
||||
"RESOURCEOWNER": "Besitzer"
|
||||
},
|
||||
"STATE": "Status",
|
||||
"STATES": {
|
||||
"1": "Aktiv",
|
||||
"2": "Inaktiv"
|
||||
},
|
||||
"SHOWDETAIL": "Details anzeigen",
|
||||
"USER": "Benutzer",
|
||||
"MEMBERS": "Manager",
|
||||
|
@@ -1045,6 +1045,11 @@
|
||||
"GRANTEDORG":"Granted Organisation",
|
||||
"RESOURCEOWNER": "Resource Owner"
|
||||
},
|
||||
"STATE": "State",
|
||||
"STATES": {
|
||||
"1": "Active",
|
||||
"2": "Inactive"
|
||||
},
|
||||
"SHOWDETAIL": "Show Details",
|
||||
"USER": "User",
|
||||
"MEMBERS": "Managers",
|
||||
|
Reference in New Issue
Block a user