diff --git a/dashboard/src/views/appstore.js b/dashboard/src/views/appstore.js index 9aa83aeb9..6f46c5543 100644 --- a/dashboard/src/views/appstore.js +++ b/dashboard/src/views/appstore.js @@ -64,6 +64,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran { id: 'notes', icon: 'fa fa-sticky-note', label: 'Notes'}, { id: 'project', icon: 'fas fa-project-diagram', label: 'Project Management'}, { id: 'sync', icon: 'fa fa-sync-alt', label: 'File Sync'}, + { id: 'voip', icon: 'fa fa-headset', label: 'VoIP'}, { id: 'vpn', icon: 'fa fa-user-secret', label: 'VPN'}, { id: 'wiki', icon: 'fab fa-wikipedia-w', label: 'Wiki'}, ];