Problem/Motivation
At /admin/config/media/responsive-image-style, the machine name data is included in the table. However, this is the only table that includes machine name data, which leads to UX inconsistency.

Proposed resolution
For consistency, remove the machine name data from the table at /admin/config/media/responsive-image-style so that the machine name is only visible on the edit form (i.e. /admin/config/media/responsive-image-style/narrow). Alternatively, add the machine name data to all other applicable tables, which would probably be a rather large undertaking.

Remaining tasks
If proposed resolution is justified/reasonable, write patch.
User interface changes
Above
API changes
None
Data model changes
None
Comments
Comment #2
chris matthews commentedComment #3
sourabh.singhal commentedComment #4
sourabh.singhal commentedHi Chris2,
I think you are correct, to make consistency everywhere we should remove machine name column from Responsive Image Styles Table.
I have created the patch as per your proposed solution, please have a look.
Thanks
Sourabh
Comment #5
sourabh.singhal commentedComment #7
sourabh.singhal commentedApologies for the wrong patch file upload. please consider the attached one.
Thanks
Comment #11
jhedstromThe patch needs to update the corresponding test, which fails because it's checking for the machine name.
Comment #12
longwaveFixed test.
Comment #13
jhedstromI did a bit of checking around, and the Views admin listing still displays the machine name. This was the only other instance I could find though, so perhaps that is more of a bug in views?
Tentatively marking this as RTBC though, since all newer admin forms not counting Views do not display this information.
Comment #14
jhedstromAlso note that the image style admin form definitely doesn't include machine name, so this change makes responsive images consistent with that behavior.
Comment #17
catchMakes sense for these to be consistent.
Committed 7681f14 and pushed to 9.0.x. Cherry-picked to 8.9.x. Thanks!