feat(console): replace wget with curl, user login prompt, warn dialog (#387)

* remove evil wget, add warn-dialog, login hint

* i18n

* reference ngsw.js

* update clientid

* fix warn dialog

* lint

* Update console/src/assets/i18n/de.json

Co-authored-by: Florian Forster <florian@caos.ch>

* Update console/src/assets/i18n/en.json

Co-authored-by: Florian Forster <florian@caos.ch>

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
Max Peintner
2020-07-08 10:00:15 +02:00
committed by GitHub
parent a5bfd085a1
commit c621fdee41
16 changed files with 187 additions and 31 deletions

View File

@@ -22,10 +22,10 @@
"PERSONAL_INFO": "Personal Information",
"IAM":"Administration",
"ORGANIZATION": "Organization",
"PROJECTSSECTION":"Projects",
"PROJECTSSECTION":"projects section",
"PROJECT": "Projects",
"GRANTEDPROJECT":"Granted Projects",
"USERSECTION":"Benutzer",
"USERSECTION":"user section",
"USER": "Users",
"LOGOUT": "Logout all users",
"NEWORG":"New Organization",
@@ -231,7 +231,11 @@
},
"DOMAINS": {
"TITLE":"Domains",
"DESCRIPTION":"Configure your domains on which your users will be registered."
"DESCRIPTION":"Configure your domains on which your users will be registered.",
"DELETE": {
"TITLE":"Delete domain?",
"DESCRIPTION":"You are about to delete one of your domains. Note that your users can no longer use this domain for their logins."
}
},
"STATE": {
"0": "not defined",
@@ -626,4 +630,4 @@
"user.selfregistered":"self registered"
}
}
}
}