# HG changeset patch # User Raphaël Gomès <rgomes@octobus.net> # Date 1736951369 -3600 # Wed Jan 15 15:29:29 2025 +0100 # Node ID 5b2bc2d7366967c8c9bbcbb83f32f03a67e9a4eb # Parent 62e0b9c6429d568959839b733e8a3fe3f2d9ea6c dashboard: make the placeholder schedule comment more verbose diff --git a/rust/poulpe-dashboard/src/elements/benchmark_form.rs b/rust/poulpe-dashboard/src/elements/benchmark_form.rs --- a/rust/poulpe-dashboard/src/elements/benchmark_form.rs +++ b/rust/poulpe-dashboard/src/elements/benchmark_form.rs @@ -33,7 +33,11 @@ selected_benchmark_idx: Default::default(), form_data_for_benchmark: Default::default(), schedule: String::from( - "# Use the form to add scheduler instructions\n", + "# Use the form to add scheduler instructions.\n\ + # \n\ + # These instructions should go into a schedule file \ + (by default `$DEN_DIR/current.poulpe-schedule`) \ + and be run with `poulpe den-execute-tasks`.\n", ), } }