We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Cylc Objects" are things that have Cylc ID's such as workflows, cycles, tasks & jobs.
All Cylc objects can be made "mutable" by adding the cylc-object directive to the relevant component.
cylc-object
This adds the on-click menu which is automatically propagated with the appropriate mutations.
The tree view currently implements mutations for all "Cylc Objects", however, I don't think other views do.
We need to go through and add the directive where appropriate, taking care to avoid any conflict with other on-click interactivity & tooltips.
Pull requests welcome!
The text was updated successfully, but these errors were encountered:
table view (is this all you meant?):
Sorry, something went wrong.
Great, just GScan left then.
wxtim
Successfully merging a pull request may close this issue.
"Cylc Objects" are things that have Cylc ID's such as workflows, cycles, tasks & jobs.
All Cylc objects can be made "mutable" by adding the
cylc-object
directive to the relevant component.This adds the on-click menu which is automatically propagated with the appropriate mutations.
The tree view currently implements mutations for all "Cylc Objects", however, I don't think other views do.
We need to go through and add the directive where appropriate, taking care to avoid any conflict with other on-click interactivity & tooltips.
Pull requests welcome!
The text was updated successfully, but these errors were encountered: