diff --git a/src/sos_notebook/kernel.js b/src/sos_notebook/kernel.js index d3078e3..1a28c2d 100644 --- a/src/sos_notebook/kernel.js +++ b/src/sos_notebook/kernel.js @@ -551,6 +551,10 @@ define([ Index
#${info.index}
+ + Tasks
+
+ ${info.status}
@@ -1977,12 +1981,19 @@ td.task_icon { font-size: 0.75em; } -td.task_status, +td.task_status { width: 15em; text-align: left; } +td.workflow_task_status +{ + width: 10em; + text-align: left; +} + + table.workflow_table span { text-transform: uppercase; font-family: monospace;