Skip to content

Resource metadata item value truncated despite ample space in workspace dashboard table #8887

Closed
@kconley-sq

Description

@kconley-sq

In Coder v0.27.3 we're seeing that the value of a resource metadata item is truncated with ellipsis even though there seems to be enough space to show more (or even all) of the value in the workspace dashboard table on the Coder website:

image
resource "coder_metadata" "device" {
  # other fields elided...
  item {
    key   = "Test"
    value = "The quick brown fox jumped over the lazy dog"
  }
}

Can that be improved to show more (or all if possible) of the value?

Metadata

Metadata

Assignees

Labels

s3Bugs that confuse, annoy, or are purely cosmeticsiteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions