influxdb/ui/mocks/dummy.ts

10 lines
180 B
TypeScript
Raw Normal View History

2018-03-07 21:49:05 +00:00
export const kapacitor = {
id: '1',
name: 'My Kapacitor',
url: 'http://localhost:9092',
active: true,
links: {
self: '/chronograf/v1/sources/47/kapacitors/1',
},
}