We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab2c5e commit ce5f193Copy full SHA for ce5f193
src/handlers/http/demo_data.rs
@@ -70,7 +70,7 @@ pub async fn get_demo_data(req: HttpRequest) -> Result<HttpResponse, PostError>
70
"Demo data is not available in this mode"
71
))),
72
},
73
- "filters" | "alerts" => {
+ "filters" | "alerts" | "dashboards" => {
74
// Fire the script execution asynchronously
75
tokio::spawn(
76
async move { execute_demo_script(&action, &url, username, password).await },
0 commit comments