Pick icons on login screen by connector type instead of ID

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2019-10-30 03:33:52 +04:00
parent ff4dee5fdb
commit 058e72ef50
4 changed files with 7 additions and 7 deletions

View File

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