v1.5-alpha.10

This commit is contained in:
carodej
2020-05-18 12:37:33 +02:00
parent dfe4991177
commit 633bef7660
13 changed files with 475 additions and 26 deletions
+7 -2
View File
@@ -25,15 +25,20 @@
return {
navigation: [
{
icon: 'hard-drive',
icon: 'user',
title: 'Profile Settings',
routeName: 'Profile',
},
{
icon: 'latest',
icon: 'lock',
title: 'Password',
routeName: 'Password',
},
{
icon: 'hard-drive',
title: 'Storage',
routeName: 'Storage',
},
]
}
},