()
| 18 | } |
| 19 | |
| 20 | onOpen() { |
| 21 | this.fetchData(Resource.Flows); |
| 22 | this.fetchData(Resource.Options); |
| 23 | // this.fetchData("events") # TODO: Add events log to static viewer. |
| 24 | } |
| 25 | |
| 26 | fetchData(resource: Resource) { |
| 27 | fetchApi(`./${resource}`) |
no test coverage detected