Feature #22848
openWorkflow Definition doesn't have an icon associated with it
Description
Unlike all the sections of the workflow definition page, the workflow definition section does not have an icon.
Not sure why that is - we should add one.
My (first thought) suggestions are one of these from Material UI:
import SourceOutlinedIcon from '@mui/icons-material/SourceOutlined';
import SubtitlesRoundedIcon from '@mui/icons-material/SubtitlesRounded';
https://pictogrammers.com/library/mdi/icon/sitemap/
Updated by Peter Amstutz 11 months ago
In other places we have been using an icon like "<>" to indicate workflows but that never sat well with me because it suggests HTML, which CWL isn't.
Your suggestion of the sitemap icon is a good one. Another option would be to use the CWL zig-zag logo.
Updated by Sarah Zaranek 11 months ago
Peter Amstutz wrote in #note-1:
In other places we have been using an icon like "<>" to indicate workflows but that never sat well with me because it suggests HTML, which CWL isn't.
Your suggestion of the sitemap icon is a good one. Another option would be to use the CWL zig-zag logo.
We probably need one for the workflow execution page, one for the workflow template and one for the CWL code since those are three different things.