diff --git a/.gitignore b/.gitignore index 10075b3..edc0cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -252,3 +252,4 @@ uv.lock .pypirc .deployment/ +.playwright-cli/ \ No newline at end of file diff --git a/src/supervaizer/admin/templates/workbench.html b/src/supervaizer/admin/templates/workbench.html index 3a4d8e0..95c184e 100644 --- a/src/supervaizer/admin/templates/workbench.html +++ b/src/supervaizer/admin/templates/workbench.html @@ -160,6 +160,21 @@

Jo Start Job + {# Poll button — visible only when agent has job_poll #} + {% if has_poll %} + + {% endif %} + {# Stop button #}