Browse Source

Add Jandi type

pull/636/head
TriiNoxYs 8 years ago
parent
commit
0770b6730c
  1. 7
      app/store/ServicesList.js

7
app/store/ServicesList.js

@ -739,7 +739,7 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'mail' ,type: 'mail'
}, },
{ {
id: 'hibox' id: 'hibox'
,logo: 'hibox.png' ,logo: 'hibox.png'
,name: 'Hibox' ,name: 'Hibox'
,description: 'Hibox is a secure and private messaging platform for your business.' ,description: 'Hibox is a secure and private messaging platform for your business.'
@ -747,7 +747,7 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'messaging' ,type: 'messaging'
}, },
{ {
id: 'ciscospark' id: 'ciscospark'
,logo: 'ciscospark.png' ,logo: 'ciscospark.png'
,name: 'Cisco Spark' ,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.' ,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' ,type: 'messaging'
}, },
{ {
id: 'jandi' id: 'jandi'
,logo: 'jandi.png' ,logo: 'jandi.png'
,name: 'Jandi' ,name: 'Jandi'
,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.'
,url: 'https://___.jandi.com/' ,url: 'https://___.jandi.com/'
,type: 'messaging'
} }
] ]
}); });
Loading…
Cancel
Save