diff --git a/dashboard/src/views/appstore.js b/dashboard/src/views/appstore.js index 4547f24d8..3f5a99098 100644 --- a/dashboard/src/views/appstore.js +++ b/dashboard/src/views/appstore.js @@ -82,6 +82,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran { id: 'hosting', icon: 'fa fa-server', label: 'Web Hosting'}, { id: 'learning', icon: 'fas fa-graduation-cap', label: 'Learning'}, { id: 'media', icon: 'fas fa-photo-video', label: 'Media'}, + { id: 'no-code', icon: 'fas fa-code', label: 'No-code'}, { 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'},