Merge pull request #1576 from flant/icons-proposal

Pick icons on login screen by connector type instead of ID
This commit is contained in:
Márk Sági-Kazár
2019-12-23 13:05:19 +01:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@@ -233,6 +233,7 @@ type connectorInfo struct {
ID string
Name string
URL string
Type string
}
type byName []connectorInfo