From d4a259fa037edff89eba36f8ceb6b6e1fca8d691 Mon Sep 17 00:00:00 2001 From: Dave Buchfuhrer Date: Wed, 24 May 2017 10:47:21 -0700 Subject: [PATCH] Set hideDone in worker root task links Root tasks have the largest possible graphs, so it's especially important to ensure that we minimize these by default. --- luigi/static/visualiser/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luigi/static/visualiser/index.html b/luigi/static/visualiser/index.html index b610cd0926..3f59675117 100644 --- a/luigi/static/visualiser/index.html +++ b/luigi/static/visualiser/index.html @@ -366,7 +366,7 @@

{{name}}

Started: {{start_time}}
Last Checkin: {{active}}
- Root Task: {{first_task_display_name}}
+ Root Task: {{first_task_display_name}}
Running: {{num_running}}
Pending: {{num_pending}}
Unique Pending: {{num_uniques}}