git status

This commit is contained in:
Richard Lewis 2017-06-07 15:39:27 +01:00
parent c552f7f336
commit a09001933a
3 changed files with 15 additions and 3 deletions

View file

@ -12,6 +12,12 @@ class ModularWidgets {
name: 'Grafana',
description: 'Graph and monitor all the things!',
},
{
type: 'custom',
icon: 'http://localhost:8000/static/blocks.png',
name: 'Custom Widget',
description: 'Add your own custom widget',
},
];
}
export default ModularWidgets;