You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GScan displays a hierarchical view of workflow registrations e.g:
foo/
run1
run2
bar/
pub
baz/
run1
The numbered runs (i.e. the run1, run2, etc) are a new Cylc 8 feature.
For many cases there will only be one run (run1), so displaying this full hierarchy is kinda annoying e.g:
foo/
run1
bar/
run1
baz/
run1
pub/
run1
To make GScan more compact and to help ease users into the numbered runs we should collapse these nodes somehow (kinda like what GitHub does when a directory contains only one directory e.g. cylc/flow).
foo/run1
bar/run1
baz/run1
pub/run1
Pull requests welcome!
The text was updated successfully, but these errors were encountered:
GScan displays a hierarchical view of workflow registrations e.g:
The numbered runs (i.e. the run1, run2, etc) are a new Cylc 8 feature.
For many cases there will only be one run (run1), so displaying this full hierarchy is kinda annoying e.g:
To make GScan more compact and to help ease users into the numbered runs we should collapse these nodes somehow (kinda like what GitHub does when a directory contains only one directory e.g. cylc/flow).
Pull requests welcome!
The text was updated successfully, but these errors were encountered: