+ client: add ebay icon
This commit is contained in:
parent
c49f62cfe6
commit
b1c7497d05
Binary file not shown.
@ -233,10 +233,6 @@ export const CLIENT_ID = {
|
|||||||
export const SETTINGS_URLS = ['/encryption', '/dhcp', '/dns', '/settings', '/clients'];
|
export const SETTINGS_URLS = ['/encryption', '/dhcp', '/dns', '/settings', '/clients'];
|
||||||
|
|
||||||
export const SERVICES = [
|
export const SERVICES = [
|
||||||
{
|
|
||||||
id: 'amazon',
|
|
||||||
name: 'Amazon',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'facebook',
|
id: 'facebook',
|
||||||
name: 'Facebook',
|
name: 'Facebook',
|
||||||
@ -281,6 +277,14 @@ export const SERVICES = [
|
|||||||
id: 'skype',
|
id: 'skype',
|
||||||
name: 'Skype',
|
name: 'Skype',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'amazon',
|
||||||
|
name: 'Amazon',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'ebay',
|
||||||
|
name: 'eBay',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'steam',
|
id: 'steam',
|
||||||
name: 'Steam',
|
name: 'Steam',
|
||||||
|
Loading…
Reference in New Issue
Block a user