fix(console): show machine key after creation, fix bulk delete (#716)

* show machinekey after creation

* delete bulk

* lint

* download button

* 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-09-11 09:57:08 +02:00
committed by GitHub
parent 5c6989e831
commit 173f9dd5d6
10 changed files with 190 additions and 7 deletions

View File

@@ -155,13 +155,18 @@
"KEYSDESC":"Definieren Sie Ihre Schlüssel mit einem optionalen Ablaufdatum",
"ID":"Schlüssel Id",
"TYPE":"Typ",
"EXPIRYDATE":"Ablaufdatum",
"EXPIRATIONDATE":"Ablaufdatum",
"CHOOSEEXPIRY":"Definieren Sie ein Ablaufdatum",
"CREATIONDATE":"Erstelldatum",
"KEYDETAILS":"Schlüssel Details",
"ADD": {
"TITLE":"Schlüssel hinzufügen",
"DESCRIPTION":"Wählen Sie den Typ und selektieren Sie ein optionales Ablaufdatum."
},
"ADDED": {
"TITLE":"Schlüssel wurde erstellt",
"DESCRIPTION":"Speichern Sie den Schlüssen. Der Schlüssel kann später nicht nochmal aufgerufen werden!"
},
"KEYTYPES": {
"1":"JSON"
}

View File

@@ -155,13 +155,18 @@
"KEYSDESC":"Define your keys and add an optional expiration date.",
"ID":"Key Id",
"TYPE":"Type",
"EXPIRYDATE":"Expiration date",
"EXPIRATIONDATE":"Expiration date",
"CHOOSEEXPIRY":"Select an expiration Date",
"CREATIONDATE":"Creation Date",
"KEYDETAILS":"Key Details",
"ADD": {
"TITLE":"Add Key",
"DESCRIPTION":"Select your key type and choose an optional expiry date."
},
"ADDED": {
"TITLE":"The key was created",
"DESCRIPTION":"Download the key as it won't be visible after closing this dialog!"
},
"KEYTYPES": {
"1":"JSON"
}