Merge pull request #12090 from nextcloud/aastha/11923

Add title attribute for app navigation items.
This commit is contained in:
Morris Jobke 2019-02-01 10:14:42 +01:00 committed by GitHub
commit 0d22ea71d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -314,6 +314,7 @@ export default {
// group name
item.text = group.name;
item.title = group.name;
// users count for all groups
if (group.usercount - group.disabled > 0 || group.usercount === -1) {