App icon styling
This commit is contained in:
parent
f6f660fa9a
commit
c552f7f336
3 changed files with 21 additions and 4 deletions
|
@ -2,11 +2,15 @@ class ModularWidgets {
|
|||
static widgetTypes = [
|
||||
{
|
||||
type: 'etherpad',
|
||||
icon: '',
|
||||
icon: 'http://localhost:8000/static/etherpad.svg',
|
||||
name: 'Etherpad',
|
||||
description: 'Collaborative text editor',
|
||||
},
|
||||
{
|
||||
type: 'grafana',
|
||||
icon: '',
|
||||
icon: 'http://localhost:8000/static/grafana.svg',
|
||||
name: 'Grafana',
|
||||
description: 'Graph and monitor all the things!',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue