This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
chronograf
mirror of
https://github.com/influxdata/chronograf.git
Watch
1
Star
0
Fork
You've already forked chronograf
0
Code
Issues
Projects
Releases
Wiki
Activity
0b3abedf78
chronograf
/
ui
/
mocks
/
shared
/
apis
/
env.ts
2 lines
78 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Test HostsPage render all components & hosts Update Source & SourceLinks types to be current with all fields. Properly mocked hosts & env mock api fns for spying. Add note about kapacitors field on Source type differing between client and server. Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-17 23:28:03 +00:00
export
const
getEnv
=
(
)
=
>
Promise
.
resolve
(
{
telegrafSystemInterval
:
'1m0s'
}
)