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":"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": {