Browse Source

Merge bbd4eb7bfe into 003a5349a1

pull/1471/merge
Jace 7 years ago committed by GitHub
parent
commit
59168dd8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      app/store/ServicesList.js
  2. 372
      package-lock.json
  3. BIN
      resources/icons/servicenow.png

9
app/store/ServicesList.js

@ -880,5 +880,14 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'messaging'
,custom_domain: true
},
{
id: 'servicenow'
,logo: 'servicenow.png'
,name: 'Servicenow'
,description: "ServiceNow is a service management platform that allows users to submit requests for technical support for hardware, software, applications, and more."
,url: 'https://___.service-now.com/'
,type: 'messaging'
,dont_update_unread_from_title: true
},
]
});

372
package-lock.json generated

File diff suppressed because it is too large Load Diff

BIN
resources/icons/servicenow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Loading…
Cancel
Save