()
| 290 | } |
| 291 | |
| 292 | async function refresh() { |
| 293 | await Promise.all([fetchConfig(), fetchStatus(), fetchDataSources()]) |
| 294 | } |
| 295 | |
| 296 | async function setEnabled(enabled: boolean) { |
| 297 | loading.value = true |
nothing calls this directly
no test coverage detected