Dashboard version: 1.6.3
Kubernetes version: 1.7.3
Operating system:
Node.js version:
Go version:
I am running this yaml file: https://github.com/kubernetes/kops/blob/fd6eb881b4a1901b5171ce07966c67f2b1fbda16/addons/kubernetes-dashboard/v1.6.3.yaml
Launch a deployment with an image that has a very long name
Name on overview dashboard gets cut off and not possible to see the full name.
Some ability to see the full name, e.g. by hovering over it, to easily see what version is deployed
This is how it looks for basically all of our deplyoments:

Fundamentally, we have two options:
Both are valid arguments - I like having this information in the overview to quickly check what image version this is using - maybe there is another option to have this customizable to users? But maybe that also just adds unnecessary bloat.
Not sure what the best solution here is but if the information does stay it would definitely be great to have something along the lines of 1. what you mentioned.
Customization is a good point. We can do so after we implemented a settings page. Currently, Dashboard is completely stateless.
So, you are actually interessted in the versions. This makes sense. (Of course, the versions require the image name and we cannot really remove any unneeded information)
Hi all! I'd like to get started contributing to the k8s dashboard and this ticket stood out to me today鈥搘ould y'all be amenable if I fixed this via CSS? Modifying the text class white-space property on hover looks like this, locally:

@imkmf I think there could be overlays if there is less space vertically. Also, this could cause a lot of flickering.
There is already PR open for this #2330.
@imkmf the video is certainly nice. A few comments:
Of course, small improvements are better than no improvements. I tend to believe the best solution would be similar to "Google Inbox": In table view the elements are listed with limited amount of information. A single click on a element does not leave the list view, but vertically expand the selected element. Of course, this is much more work - help is very welcome :)
Really good points @cheld! I'll check out the Google Inbox solution and see if it's feasible to put something together like that.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale
Hi @maciaszczykm is anybody working on this issue currently, if not can I take this up and try it out
@rahulb3521 Sure, take it.
/unassign @rahulb3521
This does not happen anymore as we break image name into multiple lines if there is not enough space.
/close
@floreks: Closing this issue.
In response to this:
This does not happen anymore as we break image name into multiple lines if there is not enough space.
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Most helpful comment
Hi all! I'd like to get started contributing to the k8s dashboard and this ticket stood out to me today鈥搘ould y'all be amenable if I fixed this via CSS? Modifying the text class
white-spaceproperty onhoverlooks like this, locally: