-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Allow custom icons for DefaultTaskGroup #240
Comments
@jenny-s51 @jpuzz0 Do you know the urgency of this issue? |
Hi @jpuzz0 ! Topology currently provides support for a You can see an example of this in action in our demo app (look for Pipelines -> Task Nodes), where the react-topology/packages/demo-app-ts/src/demos/pipelinesDemo/useDemoPipelineNodes.tsx Lines 284 to 285 in 02f6fbe
Does this help with your use case? |
@jenny-s51 I don't think so. I'm using |
I would consider it normal urgency |
@jpuzz0 and I talked about this in Standup. I feel this is a bit higher than normal as it is confusing to the user to "what is the feedback you want me to get from the warning". I would not consider this critical, but in there is a status between normal and critical I feel it is probably that. Better to fix this than let it linger imo. |
Closed via #246 |
A design requirement for Openshift AI is to allow for
BanIcon
to be used instead of the default 'Canceled' task icon.Default presentation for
DefaultTaskGroup
for the 'Canceled' task node state:Desired outcome: The warning icon to be replaced by some user defined icon.
The ability to overwrite the mapping for what icons map to what
RunStatus
at a broader level in a topology view could also be a solution to this problem.The text was updated successfully, but these errors were encountered: