From 0770b6730cc188202788d702d15ab609aefb4651 Mon Sep 17 00:00:00 2001 From: TriiNoxYs Date: Mon, 30 Jan 2017 19:18:00 +0100 Subject: [PATCH] Add Jandi type --- app/store/ServicesList.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 72f8b17f..15a802f8 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -739,7 +739,7 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'mail' }, { - id: 'hibox' + id: 'hibox' ,logo: 'hibox.png' ,name: 'Hibox' ,description: 'Hibox is a secure and private messaging platform for your business.' @@ -747,7 +747,7 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' }, { - id: 'ciscospark' + id: 'ciscospark' ,logo: 'ciscospark.png' ,name: 'Cisco Spark' ,description: 'A simple, secure space where you can get things done from anywhere in the world. Connecting your endpoints to the cloud and exchange with your mates.' @@ -755,11 +755,12 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' }, { - id: 'jandi' + id: 'jandi' ,logo: 'jandi.png' ,name: 'Jandi' ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' ,url: 'https://___.jandi.com/' + ,type: 'messaging' } ] -}); \ No newline at end of file +});