Skip to content

Handle long disk names in instance create disks table #2999

@david-crespo

Description

@david-crespo

I added disk type to the table on instance create, which works fine IMO:

image

Except we have a width problem with long disk names:

2025-12-30-disks-table-field-width-problem

Prior to this change we deal with this by eliding the long name with an ellipse, though even then we seem to have made our truncate length a little too long:

image

With the extra column there, I have to go all the way down to truncating at 16 to get it to look right. I'm honestly not sure whether this is tolerable or not. Certainly it would be unwieldy to work with a few disks whose names have a long common prefix.

image

Originally posted by @david-crespo in #2984 (comment)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions