Browse Source

Updated servicelist.js and added icon

pull/1471/head
Jace Benson 7 years ago
parent
commit
bf5f18e60e
  1. 9
      app/store/ServicesList.js
  2. 7462
      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
},
]
});

7462
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