fix(console): idp create, table, i18n (#870)

* fix idp removal, add, links

* confirm deletion

* stylelint

* confirmation on multiple delete

* clear after confirm
This commit is contained in:
Max Peintner
2020-10-19 15:48:00 +02:00
committed by GitHub
parent 1b9c2ac92b
commit 4fb6ad3f69
10 changed files with 191 additions and 90 deletions

View File

@@ -730,8 +730,18 @@
"DEACTIVATE":"Deaktivieren",
"ACTIVATE":"Aktivieren",
"DELETE":"Löschen",
"DELETE_TITLE":"Idp löschen",
"DELETE_DESCRIPTION":"Sie sind im Begriff einen Identity Provider zu löschen. Die daruch hervorgerufenen Änderungen sind unwiederruflich. Wollen Sie dies wirklich tun?",
"DELETE_SELECTION_TITLE":"Identity Providers löschen",
"DELETE_SELECTION_DESCRIPTION":"Sie sind im Begriff mehrere Identity Provider zu löschen. Die daruch hervorgerufenen Änderungen sind unwiederruflich. Wollen Sie dies wirklich tun?",
"TOAST": {
"SAVED": "Erfolgreich gespeichert."
"SAVED": "Erfolgreich gespeichert.",
"REACTIVATED":"Idp reaktiviert.",
"DEACTIVATED":"Idp deaktiviert.",
"SELECTEDREACTIVATED":"Selektierte Idps reaktiviert.",
"SELECTEDDEACTIVATED":"Selektierte Idps deaktiviert.",
"SELECTEDKEYSDELETED":"Selektierte Idps gelöscht.",
"DELETED":"Idp erfolgreich gelöscht!"
}
},
"LOGINPOLICY": {

View File

@@ -730,8 +730,18 @@
"DEACTIVATE":"Deactivate",
"ACTIVATE":"Activate",
"DELETE":"Delete",
"DELETE_TITLE":"Delete Idp",
"DELETE_DESCRIPTION":"You are about to delete an identity provider. The resulting changes are irrevocable. Do you really want to do this?",
"DELETE_SELECTION_TITLE":"Delete Idp",
"DELETE_SELECTION_DESCRIPTION":"You are about to delete an identity provider. The resulting changes are irrevocable. Do you really want to do this?",
"TOAST": {
"SAVED": "Successfully saved."
"SAVED": "Successfully saved.",
"REACTIVATED":"Idp reactivated.",
"DEACTIVATED":"Idp deactivated.",
"SELECTEDREACTIVATED":"Selected idps reactivated.",
"SELECTEDDEACTIVATED":"Selected idps deactivated.",
"SELECTEDKEYSDELETED":"Selected idps deleted.",
"DELETED":"Idp removed successfully!"
}
},
"LOGINPOLICY": {