Browse Source

Merge pull request #80 from JakobStruye/os-spark-to-webex

Rebranded Cisco Spark to Cisco Webex Teams
pull/3202/head
TheGoddessInari 6 years ago committed by GitHub
parent
commit
7c4f2843c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md
  2. 10
      app/store/ServicesList.js
  3. BIN
      resources/icons/ciscospark.png
  4. BIN
      resources/icons/spark.png
  5. BIN
      resources/icons/webexteams.png

2
README.md

@ -125,7 +125,7 @@
<img width="80" align="left" src="./resources/icons/typetalk.png" alt="Typetalk" title="Typetalk">
<img width="80" align="left" src="./resources/icons/drift.png" alt="Drift" title="Drift">
<img width="80" align="left" src="./resources/icons/spark.png" alt="Cisco Spark" title="Cisco Spark">
<img width="80" align="left" src="./resources/icons/webexteams.png" alt="Cisco Webex Teams" title="Cisco Webex Teams">
<img width="80" align="left" src="./resources/icons/fleep.png" alt="Fleep" title="Fleep">
<img width="80" align="left" src="./resources/icons/socialcast.png" alt="Socialcast" title="Socialcast">
<img width="80" align="left" src="./resources/icons/riot.png" alt="Riot" title="Riot">

10
app/store/ServicesList.js

@ -594,11 +594,11 @@ Ext.define('Rambox.store.ServicesList', {
,custom_js: `document.getElementsByClassName("google-login-area")[0].remove(),document.getElementsByClassName("microsoft-login-area")[0].remove();`
},
{
id: 'spark'
,logo: 'spark.png'
,name: 'Cisco Spark'
,description: 'Cisco Spark is for group chat, video calling, and sharing documents with your team. It’s all backed by Cisco security and reliability.'
,url: 'https://web.ciscospark.com/'
id: 'webexteams'
,logo: 'webexteams.png'
,name: 'Cisco Webex Teams'
,description: 'Cisco Webex Teams is for group chat, video calling, and sharing documents with your team. It’s all backed by Cisco security and reliability.'
,url: 'https://teams.webex.com/'
,type: 'messaging'
},
{

BIN
resources/icons/ciscospark.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

BIN
resources/icons/spark.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

BIN
resources/icons/webexteams.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Loading…
Cancel
Save