Add links to the teams APP

This commit is contained in:
yflory
2019-10-01 10:57:46 +02:00
parent 0b542f6be8
commit 1a69a0cab7
6 changed files with 23 additions and 9 deletions

View File

@@ -2499,7 +2499,18 @@ define([
'href': origin+'/drive/',
'class': 'fa fa-hdd-o'
},
content: h('span', Messages.login_accessDrive)
content: h('span', Messages.type.drive)
});
}
if (padType !== 'teams' && accountName) {
options.push({
tag: 'a',
attributes: {
'target': '_blank',
'href': origin+'/teams/',
'class': 'fa fa-users'
},
content: h('span', Messages.type.teams)
});
}
options.push({ tag: 'hr' });