fix(console): changes, project grant create, member add, org setup, project search autocomplete, grpc header url decoding (#303)

* mobile max-width container

* fix project search autocomplete

* remove changes error, add bottom label

* fix project grant, contributor add
This commit is contained in:
Max Peintner
2020-06-26 16:45:18 +02:00
committed by GitHub
parent 63ccdb1147
commit 5fc250f046
27 changed files with 167 additions and 101 deletions

View File

@@ -344,7 +344,8 @@
"FIRSTNAME": "Vorname",
"LASTNAME": "Nachname",
"EMAIL": "Email",
"ROLES": "Rollen"
"ROLES": "Rollen",
"USERID":"User Id"
},
"GRANT": {
"TITLE": "Grants",
@@ -503,6 +504,7 @@
},
"CHANGES": {
"LISTTITLE":"Letzte Änderungen",
"BOTTOM":"Ende",
"ORG": {
"TITLE":"Aktivität",
"DESCRIPTION":"Hier sehen Sie die letzten Vorkommnisse die die Organisation betreffen"

View File

@@ -345,7 +345,8 @@
"FIRSTNAME": "Firstname",
"LASTNAME": "Lastname",
"EMAIL": "Email",
"ROLES": "Roles"
"ROLES": "Roles",
"USERID":"User Id"
},
"GRANT": {
"TITLE": "Grants",
@@ -504,6 +505,7 @@
},
"CHANGES": {
"LISTTITLE":"Last Changes",
"BOTTOM":"Bottom",
"ORG": {
"TITLE":"Activity",
"DESCRIPTION":"Here you can see the latest events that have affected an organization change"