hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

Resize button on Apps page does not work #27

Closed davsclaus closed 9 years ago

davsclaus commented 9 years ago

See the screenshot with details. When you click on that "hard to see button" then nothing happens. The tooltip says its for resizing the controller.

reisize

gashcrumb commented 9 years ago

Ah, didn't realize there's a resize button on the list view too, can't even see it! In the normal view the pod count to the right also is a link to resize, maybe we should just have a similar column in this list view.

gashcrumb commented 9 years ago

Should probably come up with a consistent "resize" icon to use for this link on all 3 views. Even in the normal app view you don't really know that there's a link there unless you hover the mouse over it.

gashcrumb commented 9 years ago

Actually opted to try and make the link more consistent across the 3 views, as I didn't wind up liking how the resize icon looked. For the app list view I moved the replica count over to the right of the replication controller column so it's in a nice vertical line and more associated with the count of actual pods.

gashcrumb commented 9 years ago

Think this is all set