-
Notifications
You must be signed in to change notification settings - Fork 30
Render Add Host link as host status when in discovered state #370
Conversation
585156a
to
642cb2c
Compare
Pull Request Test Coverage Report for Build 1294
💛 - Coveralls |
This adds a temporary placeholder link which should in future point to dialog which lets user register a newly discovered host
e6d8238
to
099a8f2
Compare
Shouldn't this rather be an action? It is a bit weird IMO to expect the user to click on the status for an action. Especially when the rest of the UI behaves differently. |
This is done to match the wireframes. I think the goal is to make it as easy as possible to figure out what the next action with a newly discovered node is. |
@andybraren could you please give explanation to that? I am a bit worried about the UI consistency. |
@suomiy @jtomasek's description is correct. Exposing the obvious/necessary next step was the goal, and we do something similar in the Machines column if an autoscaler isn't available to attach a Machine to the Host automatically. We agree that this behavior, along with all the other functionality that our MetalKube designs have put into Status cells (like clicking an error to see info, or clicking in-progress statuses to see details) is currently a little inconsistent. We'll be coordinating with the OKD designers on this, and will likely make updates to their Resource Statuses design doc in the future. (My guess is that we may change the text "Add host" to something like "Discovered" in the future and make the "Add Host" an action within a popover and/or the action kebab, but for now this PR is fine to merge.) |
This adds a temporary placeholder link which should in future point
to dialog which lets user register a newly discovered host